Skip to content

Commit 0e38049

Browse files
committed
make sure we can unbind a delete templateinstance
1 parent da534d9 commit 0e38049

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

test/extended/templates/templateservicebroker_e2e.go

+9-11
Original file line numberDiff line numberDiff line change
@@ -378,17 +378,15 @@ var _ = g.Describe("[Conformance][templates] templateservicebroker end-to-end te
378378
unbind()
379379
deprovision()
380380

381-
/*
382-
Reenable once the TSB changes have made it into a published image
383-
provision()
384-
bind()
385-
g.By("deleting the template instance that was bound")
386-
err := cli.Run("delete").Args("templateinstance", "--all").Execute()
387-
o.Expect(err).NotTo(o.HaveOccurred())
388-
unbind()
389-
// unbinding a second time should result in a gone message, but not an error
390-
unbind()
391-
*/
381+
provision()
382+
bind()
383+
g.By("deleting the template instance that was bound")
384+
err := cli.Run("delete").Args("templateinstance", "--all").Execute()
385+
o.Expect(err).NotTo(o.HaveOccurred())
386+
unbind()
387+
// unbinding a second time should result in a gone message, but not an error
388+
unbind()
389+
392390
})
393391
})
394392
})

0 commit comments

Comments
 (0)