Skip to content

Commit fbb5a6f

Browse files
committed
Touchup comment
Signed-off-by: lloydmeta <[email protected]>
1 parent 686544f commit fbb5a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/identity-provider/src/test/java/org/elasticsearch/xpack/idp/saml/support/SamlInitiateSingleSignOnAttributesTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public void testConstructors() throws Exception {
3838
final SamlInitiateSingleSignOnAttributes attributes1 = new SamlInitiateSingleSignOnAttributes(Collections.emptyMap());
3939
assertThat(attributes1.getAttributes(), Matchers.anEmptyMap());
4040

41-
// Test adding attributes
41+
// Test with non-empty map
4242
Map<String, List<String>> attributeMap = new HashMap<>();
4343
attributeMap.put("key1", Collections.singletonList("value1"));
4444
final SamlInitiateSingleSignOnAttributes attributes3 = new SamlInitiateSingleSignOnAttributes(attributeMap);

0 commit comments

Comments
 (0)