Update tests/test_utils_elog.py
Run CI Tests / test (push) Successful in 1m26s

This commit is contained in:
2025-08-06 22:56:59 +02:00
parent 36063a6cb6
commit 4e1c44ccab
+2 -1
View File
@@ -1,4 +1,5 @@
import os
import sys
import tempfile
import requests
import pytest
@@ -28,7 +29,7 @@ def get_default_elog_password(url, **kwargs):
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
print(response.text, file=sys.__stdout__) # Cherchez "Required Attributes" dans l'output
# Connexion basique avec credentials connus