We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9098043 commit 0466dd7Copy full SHA for 0466dd7
e2e/src/tests/table/table.spec.ts
@@ -18,7 +18,7 @@ test.describe('table Plugin', () => {
18
test('ONLY FOR PR DEMONSTRATION', async ({ request }) => {
19
// 1. Call the Perses API projects endpoint
20
const response1 = await request.get('http://localhost:8080/api/v1/projects');
21
- const response2 = await request.get('https://demo.perses.dev/api/v1/plugins');
+ const response2 = await request.get('http://localhost:8080/api/v1/plugins');
22
// 2. Validate the response status
23
expect(response1.ok()).toBeTruthy();
24
expect(response2.ok()).toBeTruthy();
0 commit comments