We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2330e6 commit ba04682Copy full SHA for ba04682
1 file changed
test/e2e/cloudfoundry_services_test.go
@@ -56,7 +56,7 @@ func TestCloudFoundryServices(t *testing.T) {
56
},
57
)
58
59
- var steps = [...]string{"space", "service_instance", "ups", "scb_key"}
+ var steps = [...]string{"space", "service_instance", "ups", "ups_no_credentials", "scb_key"}
60
for _, name := range steps {
61
ft, ok := feats[name]
62
if !ok {
0 commit comments