diff options
Diffstat (limited to 'services/github')
| -rw-r--r-- | services/github/repository.json | 1 | ||||
| -rw-r--r-- | services/github/user.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/services/github/repository.json b/services/github/repository.json index 78d17b4..f86709e 100644 --- a/services/github/repository.json +++ b/services/github/repository.json @@ -77,6 +77,7 @@ "authentication" : true } }, + "expected_status" : [ 200 ], "name" : "GitHub", "authority" : "http://github.com/SPORE", "meta" : { diff --git a/services/github/user.json b/services/github/user.json index 1348286..d9c9aff 100644 --- a/services/github/user.json +++ b/services/github/user.json @@ -102,6 +102,7 @@ "method" : "GET" } }, + "expected_status" : [ 200 ], "name" : "GitHub", "authority" : "http://github.com/SPORE", "meta" : { |
