Skip to content

Commit 98cd174

Browse files
committed
Fix tests
1 parent aa4b302 commit 98cd174

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

cmd/resources/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ go_test(
3232
"resource_cmds_test.go",
3333
"resources_test.go",
3434
],
35+
data = [
36+
"test_data/expected_template_data.json",
37+
"test_data/test-openapi.json"
38+
],
3539
deps = [
3640
":resources",
3741
"//cmd",

internal/dev_server/api/api.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ paths:
5555
$ref: "#/components/responses/Project"
5656
404:
5757
description: No project found
58-
405:
59-
description: No project found
6058
patch:
6159
summary: updates the project context or sourceEnvironmentKey then syncs. Input an empty body to only force a sync.
6260
operationId: patchProject

0 commit comments

Comments
 (0)