From 4955c80da5a369cc2d2c8474b964b7502d4ac9ea Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Mon, 24 May 2021 21:10:50 -0700 Subject: [PATCH] Remove test that is no long necessary --- .../security/saml2/Saml2RelyingPartyPropertiesTests.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/security/saml2/Saml2RelyingPartyPropertiesTests.java b/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/security/saml2/Saml2RelyingPartyPropertiesTests.java index 7018e733bd2..0d58c93f5aa 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/security/saml2/Saml2RelyingPartyPropertiesTests.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/security/saml2/Saml2RelyingPartyPropertiesTests.java @@ -58,13 +58,6 @@ class Saml2RelyingPartyPropertiesTests { .isEqualTo("https://simplesaml-for-spring-saml/SSOService.php"); } - @Test - void customizeSsoBindingDefaultsToRedirect() { - this.properties.getRegistration().put("simplesamlphp", new Saml2RelyingPartyProperties.Registration()); - assertThat(this.properties.getRegistration().get("simplesamlphp").getIdentityprovider().getSinglesignon() - .getBinding()).isEqualTo(Saml2MessageBinding.REDIRECT); - } - @Test void customizeSsoBinding() { bind("spring.security.saml2.relyingparty.registration.simplesamlphp.identity-provider.single-sign-on.binding",