Skip to content

Commit 6374b4f

Browse files
fix(jobs): use camelCase field casing in OData filter for stop() integration test
Co-authored-by: Shreyash <ninja-shreyash@users.noreply.github.com>
1 parent 0e97b53 commit 6374b4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/shared/orchestrator/jobs.integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ describe.each(modes)('Orchestrator Jobs - Integration Tests [%s]', (mode) => {
199199
// Find a running job to stop
200200
const runningJobs = await jobs.getAll({
201201
folderId,
202-
filter: "State eq 'Running'",
202+
filter: "state eq 'Running'",
203203
pageSize: 1,
204204
});
205205

0 commit comments

Comments
 (0)