We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3d994 commit 0e603e6Copy full SHA for 0e603e6
1 file changed
test/extensions/filters/http/oauth2/filter_test.cc
@@ -4854,7 +4854,7 @@ class OAuth2RedirectDomainTest : public OAuth2Test {
4854
endpoint->set_uri("auth.example.com/_oauth");
4855
endpoint->mutable_timeout()->set_seconds(1);
4856
p.set_redirect_uri(redirect_uri.empty() ? "%REQ(:scheme)%://%REQ(:authority)%" + TEST_CALLBACK
4857
- : redirect_uri);
+ : redirect_uri);
4858
p.mutable_redirect_path_matcher()->mutable_path()->set_exact(TEST_CALLBACK);
4859
p.set_authorization_endpoint("https://auth.example.com/oauth/authorize/");
4860
p.mutable_signout_path()->mutable_path()->set_exact("/_signout");
0 commit comments