You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2018/05/02 23:23:11 UTC

[3/3] qpid-broker-j git commit: QPID-8172: [Broker-J] Fix failing test

QPID-8172: [Broker-J] Fix failing test


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/d2589bf4
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/d2589bf4
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/d2589bf4

Branch: refs/heads/master
Commit: d2589bf40a1bf352ddced315a4fd93c3560c0396
Parents: b14319e
Author: Alex Rudyy <or...@apache.org>
Authored: Thu May 3 00:17:46 2018 +0100
Committer: Alex Rudyy <or...@apache.org>
Committed: Thu May 3 00:22:00 2018 +0100

----------------------------------------------------------------------
 .../auth/manager/oauth2/OAuth2AuthenticationProviderImplTest.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d2589bf4/broker-core/src/test/java/org/apache/qpid/server/security/auth/manager/oauth2/OAuth2AuthenticationProviderImplTest.java
----------------------------------------------------------------------
diff --git a/broker-core/src/test/java/org/apache/qpid/server/security/auth/manager/oauth2/OAuth2AuthenticationProviderImplTest.java b/broker-core/src/test/java/org/apache/qpid/server/security/auth/manager/oauth2/OAuth2AuthenticationProviderImplTest.java
index 1de8242..02d3dbb 100644
--- a/broker-core/src/test/java/org/apache/qpid/server/security/auth/manager/oauth2/OAuth2AuthenticationProviderImplTest.java
+++ b/broker-core/src/test/java/org/apache/qpid/server/security/auth/manager/oauth2/OAuth2AuthenticationProviderImplTest.java
@@ -280,7 +280,6 @@ public class OAuth2AuthenticationProviderImplTest extends UnitTestBase
         tokenEndpoint.putExpectedParameter("code", TEST_VALID_AUTHORIZATION_CODE);
         tokenEndpoint.putExpectedParameter("redirect_uri", TEST_REDIRECT_URI);
         tokenEndpoint.putExpectedParameter("client_id", TEST_CLIENT_ID);
-        tokenEndpoint.putExpectedParameter("client_secret", TEST_CLIENT_SECRET);
         tokenEndpoint.setExpectedMethod("POST");
         tokenEndpoint.setNeedsAuth(true);
         tokenEndpoint.setResponse(200, String.format("{\"access_token\":\"%s\","


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org