Skip to content

Commit ba04682

Browse files
author
Mykhailo Pechkurov
committed
fix the e2e test
1 parent a2330e6 commit ba04682

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/cloudfoundry_services_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func TestCloudFoundryServices(t *testing.T) {
5656
},
5757
)
5858

59-
var steps = [...]string{"space", "service_instance", "ups", "scb_key"}
59+
var steps = [...]string{"space", "service_instance", "ups", "ups_no_credentials", "scb_key"}
6060
for _, name := range steps {
6161
ft, ok := feats[name]
6262
if !ok {

0 commit comments

Comments
 (0)