Skip to content

Commit 834b113

Browse files
committed
Revert
1 parent f4c9afe commit 834b113

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/server/api/test/unit/ai/openops-tools.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ describe('getOpenOpsTools', () => {
215215
'utf-8',
216216
);
217217

218-
await getOpenOpsTools(mockApp, 'auth-1');
218+
await getOpenOpsTools(mockApp, 'auth-2');
219219
expect(fs.writeFile).toHaveBeenCalledTimes(1);
220220
});
221221

0 commit comments

Comments
 (0)