diff --git a/spec/requests/short_codes_controller_spec.rb b/spec/requests/short_codes_controller_spec.rb index 3e1e454dd8..7fceb7a082 100644 --- a/spec/requests/short_codes_controller_spec.rb +++ b/spec/requests/short_codes_controller_spec.rb @@ -4,7 +4,7 @@ let(:user) { FactoryBot.create(:user_profile) } let(:absolute_url) { FactoryBot.create(:short_code_short_code, uri: 'https://cnx.org') } - let(:relative_url) { FactoryBot.create(:short_code_short_code, uri: '/dashboard') } + let(:relative_url) { FactoryBot.create(:short_code_short_code, uri: '/courses') } let(:course) { FactoryBot.create :course_profile_course } let(:period) { FactoryBot.create :course_membership_period, course: course }