diff --git a/tests/ghw_check_ota_pr.test.ts b/tests/ghw_check_ota_pr.test.ts index bc0d2908..2750f908 100644 --- a/tests/ghw_check_ota_pr.test.ts +++ b/tests/ghw_check_ota_pr.test.ts @@ -459,7 +459,7 @@ Text after end tag`); expect(writeManifestSpy).toHaveBeenCalledWith(common.BASE_INDEX_MANIFEST_FILENAME, [ withExtraMetas(IMAGE_V13_1_METAS, { // @ts-expect-error override - url: `https://github.com/Koenkk/zigbee-OTA/raw/master/${common.BASE_IMAGES_DIR}/${IMAGES_TEST_DIR}/${IMAGE_V13_1}`, + url: `https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/${common.BASE_IMAGES_DIR}/${IMAGES_TEST_DIR}/${IMAGE_V13_1}`, }), withExtraMetas(IMAGE_V14_1_METAS, {minFileVersion: 16783874}), ]); @@ -482,7 +482,7 @@ Text after end tag`); expect(writeManifestSpy).toHaveBeenCalledWith(common.BASE_INDEX_MANIFEST_FILENAME, [ withExtraMetas(IMAGE_V13_1_METAS, { // @ts-expect-error override - url: `https://github.com/Koenkk/zigbee-OTA/raw/master/${common.BASE_IMAGES_DIR}/${IMAGES_TEST_DIR}/${IMAGE_V13_1}`, + url: `https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/${common.BASE_IMAGES_DIR}/${IMAGES_TEST_DIR}/${IMAGE_V13_1}`, maxFileVersion: 16783873, }), IMAGE_V14_1_METAS, @@ -506,7 +506,7 @@ Text after end tag`); expect(writeManifestSpy).toHaveBeenCalledWith(common.BASE_INDEX_MANIFEST_FILENAME, [ withExtraMetas(IMAGE_V13_1_METAS, { // @ts-expect-error override - url: `https://github.com/Koenkk/zigbee-OTA/raw/master/${common.BASE_IMAGES_DIR}/${IMAGES_TEST_DIR}/${IMAGE_V13_1}`, + url: `https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/${common.BASE_IMAGES_DIR}/${IMAGES_TEST_DIR}/${IMAGE_V13_1}`, maxFileVersion: 16783873, }), withExtraMetas(IMAGE_V14_1_METAS, {minFileVersion: 16783874}),