Update tests/test_utils_elog.py
Run CI Tests / test (push) Has been cancelled

This commit is contained in:
2025-08-06 22:56:10 +02:00
parent cc73699463
commit 36063a6cb6
+5
View File
@@ -25,6 +25,11 @@ def get_default_elog_password(url, **kwargs):
kwargs["password"] = pw
return kwargs["password"]
def test_check_required_attributes():
url = "http://localhost:8080/demo?cmd=Config"
response = requests.get(url, auth=("robot", "testpassword"))
print(response.text) # Cherchez "Required Attributes" dans l'output
# Connexion basique avec credentials connus
def get_test_elog():