From 202cab6ca0831c08f6ae145b23b72d12aab3ecc0 Mon Sep 17 00:00:00 2001 From: "Kandasamy, Divya" Date: Fri, 7 Jun 2024 12:25:04 -0400 Subject: [PATCH 1/2] updated firebolt spec url kk --- server/src/.mf.config.SAMPLE.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/.mf.config.SAMPLE.json b/server/src/.mf.config.SAMPLE.json index 79c5ff85..7dfe2532 100644 --- a/server/src/.mf.config.SAMPLE.json +++ b/server/src/.mf.config.SAMPLE.json @@ -10,7 +10,7 @@ "cliFlag": null, "cliShortFlag": null, "url_Note": "Can be changed to test different versions of the firebolt-open-rpc", - "url": "https://rdkcentral.github.io/firebolt/requirements/latest/specifications/firebolt-open-rpc.json", + "url": "https://rdkcentral.github.io/firebolt/requirements/next/specifications/firebolt-open-rpc.json", "enabled": true }, { From d5d93604d21a62a2b143dd5f9bb68c74955ae2df Mon Sep 17 00:00:00 2001 From: "Kandasamy, Divya" Date: Fri, 7 Jun 2024 12:33:34 -0400 Subject: [PATCH 2/2] updated ReadMe --- README.md | 2 +- server/test/suite/config.test.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 797ba7e4..d74c8dc6 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Click the "Load Unpacked" button (top left corner of browser window) Navigate to the directory under browser-extensions which contains a manifest.json file and click "Select" ``` -Now you can access core/manage OpenRPC from HTTP by adding `"url": "https://rdkcentral.github.io/firebolt/requirements/latest/specifications/firebolt-open-rpc.json"` in `mf.config.SAMPLE.json` and copying to `mf.config.json`. +Now you can access core/manage OpenRPC from HTTP by adding `"url": "https://rdkcentral.github.io/firebolt/requirements/next/specifications/firebolt-open-rpc.json"` in `mf.config.SAMPLE.json` and copying to `mf.config.json`. # Usage (via Docker, if you prefer) diff --git a/server/test/suite/config.test.mjs b/server/test/suite/config.test.mjs index 1293546a..d0c42809 100644 --- a/server/test/suite/config.test.mjs +++ b/server/test/suite/config.test.mjs @@ -48,7 +48,7 @@ test(`config works properly`, () => { cliShortFlag: null, enabled: true, url_Note: "Can be changed to test different versions of the firebolt-open-rpc", - url: "https://rdkcentral.github.io/firebolt/requirements/latest/specifications/firebolt-open-rpc.json", + url: "https://rdkcentral.github.io/firebolt/requirements/next/specifications/firebolt-open-rpc.json", name: "core", }, {