diff --git a/adks/e2e-sdk/app/steps/general_steps.ts b/adks/e2e-sdk/app/steps/general_steps.ts index 2e2b32f31..532d036f7 100644 --- a/adks/e2e-sdk/app/steps/general_steps.ts +++ b/adks/e2e-sdk/app/steps/general_steps.ts @@ -72,7 +72,7 @@ Given(/^I connect to the Edge server using (sse-client-eval|poll-client-eval|pol }); Then('I write out a feature-examples config file', function () { - const buf = `#!/bin/sh\nexport FEATUREHUB_CLIENT_API_KEY=${this.sdkUrlClientEval}\nexport FEATUREHUB_EDGE_URL=${this.featureUrl}\n`; + const buf = `#!/bin/sh\nexport FEATUREHUB_CLIENT_API_KEY=${this.sdkUrlClientEval}\nexport FEATUREHUB_EDGE_URL=${this.featureUrl}\nexport FEATUREHUB_BASE_URL=${this.adminUrl}\n`; fs.writeFileSync('./example-test.sh', buf); }); diff --git a/current-rc.txt b/current-rc.txt index 3b08982a1..9075be495 100644 --- a/current-rc.txt +++ b/current-rc.txt @@ -1 +1 @@ -1.5.5-RC1 +1.5.5