Remove wait-for-it test service

This commit is contained in:
Denis Arh
2019-07-31 16:07:08 +02:00
parent 84ed53f429
commit 3164883736
+1 -1
View File
@@ -20,7 +20,7 @@ func WaitFor(pfix string) (o *WaitForOpt) {
o = &WaitForOpt{
Delay: 0,
StatusPage: true,
Services: "satosa.iam.crust.tech:443 https://satosa.iam.crust.tech/.well-known/openid-configuration",
Services: "",
ServicesTimeout: time.Minute,
ServicesProbeTimeout: time.Second * 30,
ServicesProbeInterval: time.Second * 5,