Skip to content

Commit 3b42cec

Browse files
committed
fix test
1 parent 55b11e2 commit 3b42cec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apptrust/commands/version/create_app_version_cmd_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ func TestCreateAppVersionCommand_FlagsSuite(t *testing.T) {
175175

176176
ctx := &components.Context{}
177177
tt.ctxSetup(ctx)
178+
ctx.AddStringFlag("url", "https://example.com")
178179

179180
var actualPayload *model.CreateAppVersionRequest
180181
mockVersionService := mockversions.NewMockVersionService(ctrl)

0 commit comments

Comments
 (0)