Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deusebio committed Feb 6, 2024
1 parent f34c739 commit 48f00aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ test_iceberg_example_in_pod(){
PREVIOUS_DRIVER_PODS_COUNT=$(kubectl get pods -n ${NAMESPACE} | grep driver | wc -l)

# Submit the job from inside 'testpod'
kubectl exec testpod -- \
kubectl -n $NAMESPACE exec testpod -- \
env \
UU="$USERNAME" \
NN="$NAMESPACE" \
Expand Down

0 comments on commit 48f00aa

Please sign in to comment.