Skip to content

Commit

Permalink
Update security/src/test/groovy/io/micronaut/security/authorization/A…
Browse files Browse the repository at this point in the history
…uthorizationSpec.groovy

Co-authored-by: Sergio del Amo <[email protected]>
  • Loading branch information
jeremyg484 and sdelamo authored Dec 6, 2023
1 parent 3d2057c commit a915120
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class AuthorizationSpec extends EmbeddedServerSpecification {

void "Authentication Argument Binders cannot bind annotated subtype of Principal if subtype doesn't match request.getPrincipal"() {
expect:
embeddedServer.applicationContext.getBean(UserArgumentBinder.class)
embeddedServer.applicationContext.containsBean(UserArgumentBinder.class)

when:
client.exchange(HttpRequest.GET("/subtypeargumentbinder/single-client-authentication")
Expand Down

0 comments on commit a915120

Please sign in to comment.