Skip to content

Commit b89b4c0

Browse files
committed
fix test
1 parent cf222e2 commit b89b4c0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

internal/e2e/daemon/app_test.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,6 @@ func TestCreateApp(t *testing.T) {
145145
},
146146
expectedStatusCode: http.StatusCreated,
147147
},
148-
{
149-
name: "should return 400 Bad Request when creating an app with both filters set to true",
150-
parameters: client.CreateAppParams{
151-
SkipSketch: f.Ptr(true),
152-
},
153-
body: defaultRequestBody,
154-
expectedStatusCode: http.StatusBadRequest,
155-
expectedErrorDetails: f.Ptr("cannot skip both python and sketch"),
156-
},
157148
}
158149

159150
for _, tc := range testCases {

0 commit comments

Comments
 (0)