We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900f351 commit 96a5dc1Copy full SHA for 96a5dc1
pkg/commands/create_test.go
@@ -69,9 +69,10 @@ func TestRunCreate_realAPI(t *testing.T) {
69
err := RunCreate(*scopedCtx, args)
70
So(err, ShouldBeNil)
71
So(scopedStderr.String(), ShouldBeEmpty)
72
- So(scopedStdout.String(), shouldBeAnUUID)
73
74
uuid := strings.TrimSpace(scopedStdout.String())
+ So(uuid, shouldBeAnUUID)
75
+
76
createdUUIDs = append(createdUUIDs, uuid)
77
})
78
0 commit comments