Skip to content

Commit 71e3bb9

Browse files
committed
Improve non URI test
1 parent eba1133 commit 71e3bb9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/response_test.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,8 @@ class RubySamlTest < Minitest::Test
395395
response_without_reference_uri.settings = settings
396396
assert response_without_reference_uri.is_valid?
397397
assert_empty response.errors
398+
assert_empty response_without_reference_uri.errors
399+
assert 'saml@user.com', response.attributes['http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress']
398400
end
399401
end
400402
end

0 commit comments

Comments
 (0)