Skip to content

Commit

Permalink
Remove OAuth Filter
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Jan 21, 2024
1 parent 79d0ce4 commit f481b33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ResourceConfigSpec extends Specification {
binderFactory.buildBinder() >> Mock(Binder)

when: "injecting resources"
org.glassfish.jersey.server.ResourceConfig resourceConfig = new ResourceConfig(true)
org.glassfish.jersey.server.ResourceConfig resourceConfig = new ResourceConfig()

then: "all request & response filters are injected"
resourceConfig.classes.containsAll(ALWAYS_REGISTERED_FILTERS)
Expand Down

0 comments on commit f481b33

Please sign in to comment.