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 a915120 commit 909a127
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class AuthorizationSpec extends EmbeddedServerSpecification {

void "Authentication Argument Binders cannot bind non-annotated subtype of Principal"() {
expect:
embeddedServer.applicationContext.getBean(UserArgumentBinder.class)
embeddedServer.applicationContext.containsBean(UserArgumentBinder.class)

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

0 comments on commit 909a127

Please sign in to comment.