Skip to content

Commit 55459f0

Browse files
committed
Fix test script call
1 parent 869d185 commit 55459f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run_api_integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ kubectl logs -f $apiPodName > api_pod_logs.txt &
1616

1717
#./run_tests.sh api_integration
1818

19-
./run_tests
19+
./run_tests.sh
2020

2121
echo describing services
2222
#kubectl describe service postgres-svc

0 commit comments

Comments
 (0)