Skip to content
Snippets Groups Projects
Commit a2b3df0c authored by Swen Vermeul's avatar Swen Vermeul
Browse files

switched config back to localhost:8443

parent ea03020c
No related branches found
No related tags found
No related merge requests found
......@@ -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():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment