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 55b11e2 commit 3b42cecCopy full SHA for 3b42cec
apptrust/commands/version/create_app_version_cmd_test.go
@@ -175,6 +175,7 @@ func TestCreateAppVersionCommand_FlagsSuite(t *testing.T) {
175
176
ctx := &components.Context{}
177
tt.ctxSetup(ctx)
178
+ ctx.AddStringFlag("url", "https://example.com")
179
180
var actualPayload *model.CreateAppVersionRequest
181
mockVersionService := mockversions.NewMockVersionService(ctrl)
0 commit comments