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 7b9a0dd commit 88febc7Copy full SHA for 88febc7
lib/tests/utils.test.js
@@ -125,7 +125,7 @@ describe("util", () => {
125
await executeStackql(core);
126
127
expect(childProcess.exec).toHaveBeenCalledWith(
128
- "stackql exec test --auth=test-auth --output=json"
+ "stackql exec -i test-query.json --auth=test-auth --output=json"
129
);
130
});
131
@@ -136,7 +136,7 @@ describe("util", () => {
136
137
138
139
- "stackql exec -i test-query.json --auth=test-auth --output=json"
+ "stackql exec test --auth=test-auth --output=json"
140
141
142
0 commit comments