Skip to content

Commit

Permalink
expected url change (#3010)
Browse files Browse the repository at this point in the history
  • Loading branch information
activemq authored Jan 23, 2025
1 parent e9950f8 commit 82cb090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/pupil-hpa/features/step_definitions/pupil_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
expect(parsed_response['tokens']['pupilPreferences']['url']).to include '/pupil-prefs'
expect(parsed_response['tokens']['pupilPreferences']['token']).to_not be_nil
expect(parsed_response['tokens']['checkSubmission']['url']).to include '/submit'
expect(parsed_response['tokens']['pupilFeedback']['url']).to include '/pupil-feedback'
expect(parsed_response['tokens']['pupilFeedback']['url']).to include '/feedback'
expect(parsed_response['tokens']['pupilFeedback']['token']).to_not be_nil
end

Expand Down
2 changes: 1 addition & 1 deletion test/se_manager/.cache/selenium/se-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"arch": "x86_64",
"lang": "ruby",
"selenium_version": "4.23",
"stats_ttl": 1737630632
"stats_ttl": 1737651371
}
]
}

0 comments on commit 82cb090

Please sign in to comment.