diff --git a/pybis/src/python/tests/conftest.py b/pybis/src/python/tests/conftest.py index 3f705cb916b69ea8c849c1c1860aefa077a8d5ef..677de709a3f316e1eb0806ec0ed2cf7e95f4388c 100644 --- a/pybis/src/python/tests/conftest.py +++ b/pybis/src/python/tests/conftest.py @@ -3,9 +3,9 @@ import time from pybis import Openbis -openbis_url = 'http://localhost:20000' -admin_username = 'openbis_test_js' -admin_password = 'password' +openbis_url = 'https://localhost:8443' +admin_username = 'admin' +admin_password = 'changeit' @pytest.yield_fixture(scope="module") def openbis_instance():