Skip to content

Commit

Permalink
fix host on incluster config
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanHoladay committed Nov 1, 2024
1 parent 7d9ab7b commit d923007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const inCluster = {
retries: process.env.CI ? 2 : 1,
testMatch: /^(?!.*local-auth|.*reconnect)(.+\.)?(test|spec)\.[jt]s$/,
use: {
baseURL: `${protocol}://${host}/`,
baseURL: `${protocol}://runtime.admin.uds.dev/`,
storageState: './tests/state.json',
},
}
Expand Down

0 comments on commit d923007

Please sign in to comment.