Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis-Averin committed Jan 14, 2025
1 parent 20b81f8 commit 5b1c3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/httpClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('httpClient tests', () => {

it('should return response', async () => {
const response = await client.requestAsync({
uri: 'https://api.aspose.cloud',
uri: 'https://docs.aspose.cloud/barcode/',
});
assert.ok(response);
});
Expand Down

0 comments on commit 5b1c3a4

Please sign in to comment.