Skip to content

Commit 5b1c3a4

Browse files
committed
Fixing tests
1 parent 20b81f8 commit 5b1c3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/httpClient.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('httpClient tests', () => {
1111

1212
it('should return response', async () => {
1313
const response = await client.requestAsync({
14-
uri: 'https://api.aspose.cloud',
14+
uri: 'https://docs.aspose.cloud/barcode/',
1515
});
1616
assert.ok(response);
1717
});

0 commit comments

Comments
 (0)