We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb27506 commit 35363cbCopy full SHA for 35363cb
services/core-api/app/commands.py
@@ -82,8 +82,7 @@ def _create_cypress_data():
82
## Create a minespace user with data corresponding to
83
## the Cypress test user (cypress/keycloak-users.json)
84
minespace_user = MinespaceUserFactory(
85
- bceid_username='cypress@bceid',
86
- keycloak_guid='a28dfc3a-5e5c-4501-ab2f-399d8e64f2c8')
+ bceid_username='cypress@bceid')
87
88
## Subscribe the minespace user to a mine so we have a mine to test with
89
## for Minespace cypress tests
0 commit comments