Skip to content

Commit

Permalink
tests-bundle: Fix profile creation by modifying profilename
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Aug 17, 2023
1 parent 9f39174 commit ee782d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-bundle/1.7/test_release_1-7.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ async def test_profile_creation_action(ops_test: OpsTest):
Also, this will allow to test selenium and skip welcome page in dashboard UI.
"""
action = await ops_test.model.applications["kubeflow-profiles"].units[0].run_action(
"create-profile", profilename=f"{USERNAME}@email.com", username=USERNAME
"create-profile", profilename=USERNAME, username=USERNAME"
)
await action.wait()

0 comments on commit ee782d4

Please sign in to comment.