From bccdb86f2ccadadd2812f6a7ff436ad18f7a6c6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20R=C3=B6tsch?= Date: Fri, 2 Feb 2018 14:43:52 +0100 Subject: [PATCH] test(integration): fix path to match new content --- test/integration/courses.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/courses.test.js b/test/integration/courses.test.js index 3a80a8b..e27ca0a 100644 --- a/test/integration/courses.test.js +++ b/test/integration/courses.test.js @@ -22,7 +22,7 @@ describe('courses', () => { }) test('it should render a lesson', () => { - return request(app).get('/courses/hello-contentful/lessons/architecture') + return request(app).get('/courses/hello-contentful/lessons/content-management') .expect(200) .then((response) => { expect(response.text.match(/class="lesson__title"/)).toBeTruthy()