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

changed to standard docker installation

parent 885a0a2b
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,8 @@ import time ...@@ -4,8 +4,8 @@ import time
from pybis import Openbis from pybis import Openbis
openbis_url = 'https://localhost:8443' openbis_url = 'https://localhost:8443'
admin_username = 'vermeul' admin_username = 'admin'
admin_password = 'blabla' admin_password = 'changeit'
@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