Skip to content

Commit e21907a

Browse files
authored
RHDHBUGS-2071 e2e tests should not depend on external resources like roadiehq (#3747)
1 parent 55cea5f commit e21907a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/playwright/e2e/audit-log/auditor-catalog.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { LogUtils } from "./log-utils";
55
import { CatalogImport } from "../../support/pages/catalog-import";
66
import { APIHelper } from "../../utils/api-helper";
77
const template =
8-
"https://github.com/RoadieHQ/sample-service/blob/main/demo_template.yaml";
8+
"https://github.com/janus-qe/sample-service/blob/main/demo_template.yaml";
99
const entityName = "hello-world-2";
1010
const namespace = "default";
1111

0 commit comments

Comments
 (0)