Skip to content

Commit c854144

Browse files
committed
remove aynsc
1 parent 77f0b9e commit c854144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apptrust/service/versions/version_service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ func TestUpdateAppVersion(t *testing.T) {
397397
for _, tt := range tests {
398398
t.Run(tt.name, func(t *testing.T) {
399399
mockHttpClient := mockhttp.NewMockApptrustHttpClient(ctrl)
400-
mockHttpClient.EXPECT().Patch("/v1/applications/test-app/versions/1.0.0?async=false", tt.request).
400+
mockHttpClient.EXPECT().Patch("/v1/applications/test-app/versions/1.0.0", tt.request).
401401
Return(tt.mockResponse, []byte(tt.mockResponseBody), tt.mockError).Times(1)
402402

403403
mockCtx := mockservice.NewMockContext(ctrl)

0 commit comments

Comments
 (0)