Skip to content
Snippets Groups Projects
Verified Commit 97af2322 authored by Mark's avatar Mark
Browse files

Remove unused context variables from example and ci

parent 7283a452
No related branches found
No related tags found
1 merge request!5Service Integration
Pipeline #1461 failed with stages
in 5 minutes and 59 seconds
......@@ -179,8 +179,6 @@ behave-integration:
python3 -m behave
-D headless=True
-D url=http://oauth:5000
-D logout_url=http://oauth:5000/logout
-D userinfo_url=http://oauth:5000/userinfo
-D username=${TESTUSER_USERNAME}
-D username2=${TESTUSER_USERNAME2}
-D password=${TESTUSER_PASSWORD}
......
......@@ -86,8 +86,6 @@ bash ../../user-panel/utils/assign-role.bash $TESTUSER_USERNAME $ROLE
python3 -m behave \
-D headless=True \
-D url=http://localhost:13337 \
-D logout_url=http://localhost:5000/logout \
-D userinfo_url=http://localhost:4444/userinfo \
-D username=${TESTUSER_USERNAME} \
-D username2=${TESTUSER_USERNAME2} \
-D password=${TESTUSER_PASSWORD} \
......
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