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

added localhost:20000 to conftest

parent b3cec44b
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,12 @@ import time ...@@ -3,9 +3,12 @@ import time
from pybis import Openbis from pybis import Openbis
openbis_url = 'https://localhost:8443' #openbis_url = 'https://localhost:8443'
admin_username = 'admin' #admin_username = 'admin'
admin_password = 'changeit' #admin_password = 'changeit'
openbis_url = 'http://localhost:20000'
admin_username = 'openbis_test_js'
admin_password = 'password'
@pytest.yield_fixture(scope="module") @pytest.yield_fixture(scope="module")
def openbis_instance(): 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