diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-13 11:50:13 -0600 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-15 13:31:18 -0600 |
commit | c780ad0e926f15ed47acd744df99f89081c8a340 (patch) | |
tree | aa1254259fa8efa2cf9f9cdc177d906b64f6357b /spec/support | |
parent | 0667d1aa7f251f5bf11dd121fe2f696107d8103e (diff) | |
download | gitlab-ce-c780ad0e926f15ed47acd744df99f89081c8a340.tar.gz |
Remove all instances of theme_id; require downtime
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/gitlab_stubs/session.json | 4 | ||||
-rw-r--r-- | spec/support/gitlab_stubs/user.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/spec/support/gitlab_stubs/session.json b/spec/support/gitlab_stubs/session.json index ce8dfe5ae75..cd55d63125e 100644 --- a/spec/support/gitlab_stubs/session.json +++ b/spec/support/gitlab_stubs/session.json @@ -7,7 +7,7 @@ "skype":"aertert", "linkedin":"", "twitter":"", - "theme_id":2,"color_scheme_id":2, + "color_scheme_id":2, "state":"active", "created_at":"2012-12-21T13:02:20Z", "extern_uid":null, @@ -17,4 +17,4 @@ "can_create_project":false, "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 ce8dfe5ae75..cd55d63125e 100644 --- a/spec/support/gitlab_stubs/user.json +++ b/spec/support/gitlab_stubs/user.json @@ -7,7 +7,7 @@ "skype":"aertert", "linkedin":"", "twitter":"", - "theme_id":2,"color_scheme_id":2, + "color_scheme_id":2, "state":"active", "created_at":"2012-12-21T13:02:20Z", "extern_uid":null, @@ -17,4 +17,4 @@ "can_create_project":false, "private_token":"Wvjy2Krpb7y8xi93owUz", "access_token":"Wvjy2Krpb7y8xi93owUz" -}
\ No newline at end of file +} |