Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 committed Jul 26, 2024
1 parent 8ad9eb3 commit b3cc22a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/commands/ai.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ describe('AI', () => {
created_at: '2024-07-09T11:29:46.835Z',
completion_reason: 'done',
};
const fixture = getFixture('ai/post_ai_ask_resonse');
const yamlFixture = getFixture('ai/post_ai_ask_resonse_yaml.txt');
const fixture = getFixture('ai/post_ai_ask_response');
const yamlFixture = getFixture('ai/post_ai_ask_response_yaml.txt');

test
.nock(TEST_API_ROOT, (api) =>
Expand Down

0 comments on commit b3cc22a

Please sign in to comment.