Skip to content

Commit

Permalink
fixes #317 disable HTTP/2 for SwtVerifyHandlerTest as the test server…
Browse files Browse the repository at this point in the history
… is listening to HTTP
  • Loading branch information
stevehu committed Sep 27, 2023
1 parent c188653 commit ba7ccba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi-security/src/test/resources/config/values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ client.tokenKeyServerUrl: http://localhost:7080
client.tokenKeyUri: /oauth/introspection
client.tokenKeyClientId: f7d42348-c647-4efb-a52d-4c5787421e72
client.tokenKeyClientSecret: f6h1FTI8Q3-7UScPZDzfXA
client.tokenKeyEnableHttp2: true
client.tokenKeyEnableHttp2: false

# openapi-security.yml
openapi-security.skipPathPrefixes:
Expand Down

0 comments on commit ba7ccba

Please sign in to comment.