Skip to content

Commit 3fe6787

Browse files
committed
add more tests
1 parent e8d0fae commit 3fe6787

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -222,5 +222,6 @@
222222
"go.testFlags": ["-short", "-coverpkg=./..."],
223223
// We often use a version of TypeScript that's ahead of the version shipped
224224
// with VS Code.
225-
"typescript.tsdk": "./site/node_modules/typescript/lib"
225+
"typescript.tsdk": "./site/node_modules/typescript/lib",
226+
"codeQL.githubDatabase.download": "never"
226227
}

coderd/workspaceapps/token_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ func Test_TokenMatchesRequest(t *testing.T) {
265265
UsernameOrID: "foo",
266266
WorkspaceNameOrID: "bar",
267267
AgentNameOrID: "baz",
268-
AppSlugOrPort: "8080",
268+
AppSlugOrPort: "8080s",
269269
},
270270
},
271271
want: true,

0 commit comments

Comments
 (0)