Skip to content

Commit

Permalink
fix: wrong endpoint in smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
KavithaSiva committed Oct 22, 2024
1 parent e2f00ce commit e531066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/smoke-tests/test/smoke.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const smokeTestRoute =
describe('Smoke Test', () => {
it('aicore client retrieves a list of deployments', async () => {
await expect(
fetch(`${smokeTestRoute}/ai-api/get-deployments`)
fetch(`${smokeTestRoute}/ai-api/deployments`)
).resolves.toHaveProperty('status', 200);
});

Expand Down

0 comments on commit e531066

Please sign in to comment.