We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55cea5f commit e21907aCopy full SHA for e21907a
e2e-tests/playwright/e2e/audit-log/auditor-catalog.spec.ts
@@ -5,7 +5,7 @@ import { LogUtils } from "./log-utils";
5
import { CatalogImport } from "../../support/pages/catalog-import";
6
import { APIHelper } from "../../utils/api-helper";
7
const template =
8
- "https://github.com/RoadieHQ/sample-service/blob/main/demo_template.yaml";
+ "https://github.com/janus-qe/sample-service/blob/main/demo_template.yaml";
9
const entityName = "hello-world-2";
10
const namespace = "default";
11
0 commit comments