You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(e2e): remove extra quotes from substring assertions in rh-identity tests
The behave step 'body of the response contains {substring}' captures
the literal text after 'contains', including any quotes. The test
assertions were failing because they searched for quoted substrings
like '"Invalid base64 encoding"' instead of unquoted text that
actually exists in the JSON response body.
Fixes 6 failing test scenarios:
- Invalid base64 encoding detection
- Invalid JSON detection
- Unsupported identity type detection
- Missing required entitlement detection (3 scenarios)
Signed-off-by: Major Hayden <major@redhat.com>
0 commit comments