From 1f28141f3ee6e1e4682c1d6cd004d3dce5ed1094 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Mon, 1 Jun 2020 15:15:53 -0700 Subject: [PATCH] Use the right property in test --- .../security/saml2/Saml2RelyingPartyPropertiesTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a7b6220091..19b55351be 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 @@ -41,7 +41,7 @@ class Saml2RelyingPartyPropertiesTests { @Deprecated @Test void customizeSsoUrlDeprecated() { - bind("spring.security.saml2.relyingparty.registration.simplesamlphp.identity-provider.single-sign-on.url", + bind("spring.security.saml2.relyingparty.registration.simplesamlphp.identity-provider.sso-url", "https://simplesaml-for-spring-saml/SSOService.php"); assertThat( this.properties.getRegistration().get("simplesamlphp").getIdentityprovider().getSinglesignon().getUrl())