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()