summaryrefslogtreecommitdiff
path: root/spec/support/gitlab_stubs
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-07-02 13:29:50 +0300
committerValery Sizov <vsv2711@gmail.com>2015-07-02 13:29:50 +0300
commit7015ef1b60895ffa2a46b4a41f8f02018f74614c (patch)
tree401e3adc848ab6913e1f70e5f15a76d1133d86e9 /spec/support/gitlab_stubs
parent52e0d4754f70dddbad19b59cda9483152abf0617 (diff)
downloadgitlab-ci-oauth_everywhere.tar.gz
Get rid of private message usageoauth_everywhere
Diffstat (limited to 'spec/support/gitlab_stubs')
-rw-r--r--spec/support/gitlab_stubs/session.json3
-rw-r--r--spec/support/gitlab_stubs/user.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/spec/support/gitlab_stubs/session.json b/spec/support/gitlab_stubs/session.json
index cc66044..ce8dfe5 100644
--- a/spec/support/gitlab_stubs/session.json
+++ b/spec/support/gitlab_stubs/session.json
@@ -15,5 +15,6 @@
"is_admin":false,
"can_create_group":false,
"can_create_project":false,
- "private_token":"Wvjy2Krpb7y8xi93owUz"
+ "private_token":"Wvjy2Krpb7y8xi93owUz",
+ "access_token":"Wvjy2Krpb7y8xi93owUz"
} \ No newline at end of file
diff --git a/spec/support/gitlab_stubs/user.json b/spec/support/gitlab_stubs/user.json
index cc66044..ce8dfe5 100644
--- a/spec/support/gitlab_stubs/user.json
+++ b/spec/support/gitlab_stubs/user.json
@@ -15,5 +15,6 @@
"is_admin":false,
"can_create_group":false,
"can_create_project":false,
- "private_token":"Wvjy2Krpb7y8xi93owUz"
+ "private_token":"Wvjy2Krpb7y8xi93owUz",
+ "access_token":"Wvjy2Krpb7y8xi93owUz"
} \ No newline at end of file