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 cf222e2 commit b89b4c0Copy full SHA for b89b4c0
internal/e2e/daemon/app_test.go
@@ -145,15 +145,6 @@ func TestCreateApp(t *testing.T) {
145
},
146
expectedStatusCode: http.StatusCreated,
147
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
157
}
158
159
for _, tc := range testCases {
0 commit comments