Skip to content

Commit 0466dd7

Browse files
committed
c12
Signed-off-by: Mahmoud Shahrokni <seyedmahmoud.shahrokni@amadeus.com>
1 parent 9098043 commit 0466dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/src/tests/table/table.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test.describe('table Plugin', () => {
1818
test('ONLY FOR PR DEMONSTRATION', async ({ request }) => {
1919
// 1. Call the Perses API projects endpoint
2020
const response1 = await request.get('http://localhost:8080/api/v1/projects');
21-
const response2 = await request.get('https://demo.perses.dev/api/v1/plugins');
21+
const response2 = await request.get('http://localhost:8080/api/v1/plugins');
2222
// 2. Validate the response status
2323
expect(response1.ok()).toBeTruthy();
2424
expect(response2.ok()).toBeTruthy();

0 commit comments

Comments
 (0)