You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2014/06/04 22:52:15 UTC

[16/16] git commit: [#1687] ticket:589 Add back fix for token creation in tests after revert

[#1687] ticket:589 Add back fix for token creation in tests after revert


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/2392ea7f
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/2392ea7f
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/2392ea7f

Branch: refs/heads/master
Commit: 2392ea7f620437418efd62063fb5b91d95b4bd6f
Parents: 0f99ab7
Author: Igor Bondarenko <je...@gmail.com>
Authored: Wed May 28 12:46:46 2014 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Tue Jun 3 15:27:23 2014 +0000

----------------------------------------------------------------------
 AlluraTest/alluratest/controller.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/2392ea7f/AlluraTest/alluratest/controller.py
----------------------------------------------------------------------
diff --git a/AlluraTest/alluratest/controller.py b/AlluraTest/alluratest/controller.py
index 57d0fe4..433431f 100644
--- a/AlluraTest/alluratest/controller.py
+++ b/AlluraTest/alluratest/controller.py
@@ -197,8 +197,7 @@ class TestRestApiBase(TestController):
                 consumer_token_id=consumer_token._id,
                 user_id=user._id,
                 callback='manual',
-                validation_pin=h.nonce(20),
-                is_bearer=True)
+                validation_pin=h.nonce(20))
             token = M.OAuthAccessToken(
                 consumer_token_id=consumer_token._id,
                 request_token_id=request_token._id,