Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deusebio committed Jan 25, 2024
1 parent 00178ea commit 6893d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/tests_in_pods.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ create_service_account(){
USERNAME=$1
NAMESPACE=$2

python -m spark8t.cli.service_account_registry create \
poetry run python -m spark8t.cli.service_account_registry create \
--username $USERNAME --namespace $NAMESPACE
}

Expand Down Expand Up @@ -87,7 +87,7 @@ check_service_accounts_admin() {
CHECK=$2
EXPECTED_RESULT=$3

python -m spark8t.cli.service_account_registry $CMD > spark8t.out
poetry run python -m spark8t.cli.service_account_registry $CMD > spark8t.out

out=$(cat spark8t.out | $CHECK)

Expand Down

0 comments on commit 6893d17

Please sign in to comment.