Skip to content

Commit

Permalink
Update tests.go
Browse files Browse the repository at this point in the history
  • Loading branch information
masipauskas authored Nov 14, 2024
1 parent ca78c80 commit 97da70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magefiles/tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func Teste2epython() error {
"--network", "kind",
"armada-python-client-builder:latest",
"-c",
"'pip install -e . && python3 -m pytest -v -s /code/tests/integration/test_no_auth.py'",
"pip install -e . && python3 -m pytest -v -s /code/tests/integration/test_no_auth.py",
}

return dockerRun(args...)
Expand Down

0 comments on commit 97da70a

Please sign in to comment.