fix: playwrite url
This commit is contained in:
parent
2b4e9494a7
commit
7b1f439fb3
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { test, expect } from '@playwright/test';
|
|||
|
||||
|
||||
test('check ping route', async ({ page }) => {
|
||||
await page.goto('http://localhost:8080/ping');
|
||||
await page.goto('http://miniauth:8080/ping');
|
||||
|
||||
await page.screenshot({ path: 'screenshot.png' });
|
||||
|
||||
|
|
|
|||
Reference in a new issue