Skip to content

Commit 4955c80

Browse files
committed
Remove test that is no long necessary
1 parent 8f2b180 commit 4955c80

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/security/saml2/Saml2RelyingPartyPropertiesTests.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@ void customizeSsoUrl() {
5858
.isEqualTo("https://simplesaml-for-spring-saml/SSOService.php");
5959
}
6060

61-
@Test
62-
void customizeSsoBindingDefaultsToRedirect() {
63-
this.properties.getRegistration().put("simplesamlphp", new Saml2RelyingPartyProperties.Registration());
64-
assertThat(this.properties.getRegistration().get("simplesamlphp").getIdentityprovider().getSinglesignon()
65-
.getBinding()).isEqualTo(Saml2MessageBinding.REDIRECT);
66-
}
67-
6861
@Test
6962
void customizeSsoBinding() {
7063
bind("spring.security.saml2.relyingparty.registration.simplesamlphp.identity-provider.single-sign-on.binding",

0 commit comments

Comments
 (0)