From 34fdf3bf8998b5a09558a4186e7d13fcbb0f05ee Mon Sep 17 00:00:00 2001
From: Donal Spring <donalspring@gmail.com>
Date: Tue, 04 Dec 2018 15:03:45 +0100
Subject: [PATCH] Merge pull request #266 from makentenza/name-convention

---
 exercises/5-non-functionals-strike-back/README.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/exercises/5-non-functionals-strike-back/README.md b/exercises/5-non-functionals-strike-back/README.md
index 3e1bd09..24f7d6b 100644
--- a/exercises/5-non-functionals-strike-back/README.md
+++ b/exercises/5-non-functionals-strike-back/README.md
@@ -296,7 +296,7 @@
 
 4. Click `add build step` and select `execute shell` and add the following to it, replacing `<YOUR_NAME>` as expected. We will just test the `create` and `show` API for the moment. We are grabbing the response code of the perf-test to keep Jenkins running both shells steps and then exiting with whichever fails:
 ```bash
-export E2E_TEST_ROUTE=todolist-api-<YOUR_NAME>-dev.apps.lader.rht-labs.com
+export E2E_TEST_ROUTE=todolist-api-<YOUR_NAME>-dev.<APPS_URL>
 npm install
 set +e
 npm run perf-test:create

--
Gitblit v1.9.3