Skip to content

Commit a8b8c8f

Browse files
committed
Fix compile_query client integration test
1 parent d927751 commit a8b8c8f

File tree

4 files changed

+1
-49
lines changed

4 files changed

+1
-49
lines changed

client/integration-tests/primitives/tools/codeql_query_compile/compile_query/after/test_query.ql

Lines changed: 0 additions & 8 deletions
This file was deleted.

client/integration-tests/primitives/tools/codeql_query_compile/compile_query/before/codeql-pack.lock.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

client/integration-tests/primitives/tools/codeql_query_compile/compile_query/before/test_query.ql

Lines changed: 0 additions & 8 deletions
This file was deleted.

client/integration-tests/primitives/tools/codeql_query_compile/compile_query/test-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"toolName": "codeql_query_compile",
33
"arguments": {
4-
"query": "test_query.ql"
4+
"query": "server/ql/javascript/examples/src/ExampleQuery1/ExampleQuery1.ql"
55
},
66
"assertions": {
77
"responseContains": ["DIL file:", ".dil"]

0 commit comments

Comments
 (0)