Skip to content

Commit 6f0721d

Browse files
committed
Fix address to the product.json repo in Documentation.spec.ts test
Signed-off-by: Dmytro Nochevnov <[email protected]>
1 parent 8c3ed7b commit 6f0721d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/specs/dashboard-samples/Documentation.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ suite(`Check links to documentation page in Dashboard ${BASE_TEST_CONSTANTS.TEST
5555
try {
5656
({ docs, links, productVersion } = JSON.parse(
5757
shellExecutor.curl(
58-
`https://raw.githubusercontent.com/redhat-developer/devspaces-images/devspaces-${majorMinorVersion}-rhel-8/devspaces-dashboard/packages/dashboard-frontend/assets/branding/product.json`
58+
`https://raw.githubusercontent.com/redhat-developer/devspaces-images/devspaces-${majorMinorVersion}-rhel-9/devspaces-dashboard/packages/dashboard-frontend/assets/branding/product.json`
5959
)
6060
));
6161
} catch (e) {

0 commit comments

Comments
 (0)