Actions
action #110509
closedTest 03-auth.t fails after Mojolicious update
Description
Motivation¶
https://github.com/os-autoinst/openQA/pull/4630#issuecomment-1114175853
Test 03-auth.t
fails with:
# Failed test 'No tests run for subtest "OAuth provider does not provide all mandatory user details"'
# at t/03-auth.t line 115.
# Looks like you failed 1 test of 8.
[02:25:35] t/03-auth.t ............................................... 6/?
# Failed test 'OAuth2'
# at t/03-auth.t line 125.
A response has already been rendered at /usr/lib/perl5/vendor_perl/5.26.1/Mojolicious/Controller.pm line 154.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 7.
Acceptance criteria¶
- AC1:: Test passes again
Suggestions¶
- Caused by a recent change in Mojolicious (https://github.com/mojolicious/mojo/commit/cd6627de4d7fed9d0e08b2a137ed5731eda59c51)
Updated by kraih over 2 years ago
- Status changed from New to In Progress
Possible fix: https://github.com/os-autoinst/openQA/pull/4632
Updated by okurz over 2 years ago
- Status changed from Feedback to Resolved
- Priority changed from Normal to Urgent
tests pass again, other PRs are good as well now.
Actions