File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ function wait_for_app() {
151
151
wait_for_url_timed " http://${DB_IP} :5434" " [INFO] Database says: " $(( 3 * TIME_MIN))
152
152
153
153
echo " [INFO] Waiting for app to start..."
154
- wait_for_url_timed " http://${FRONTEND_IP} :5432" " [INFO] Frontend says: " $(( 2 * TIME_MIN))
154
+ wait_for_url_timed " http://${FRONTEND_IP} :5432" " [INFO] Frontend says: " $(( 2 * TIME_MIN))
155
155
156
156
echo " [INFO] Testing app"
157
157
wait_for_command ' [[ "$(curl -s -X POST http://${FRONTEND_IP}:5432/keys/foo -d value=1337)" = "Key created" ]]'
@@ -313,8 +313,8 @@ wait_for_app "test"
313
313
314
314
# ensure the router is started
315
315
# TODO: simplify when #4702 is fixed upstream
316
- echo " [INFO] Back to 'master ' context with 'admin' user..."
317
- osc project master
316
+ echo " [INFO] Back to 'default ' context with 'admin' user..."
317
+ osc project default
318
318
319
319
wait_for_command ' [[ "$(osc get endpoints router -t "{{ if .endpoints }}{{ len .endpoints }}{{ else }}0{{ end }}" || echo "0")" != "0" ]]' $(( 5 * TIME_MIN))
320
320
You can’t perform that action at this time.
0 commit comments