Widen scratch iteration 011 with fixture-backed integrations QA
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name github-app-fixture.stella-ops.local;
|
||||
|
||||
location = /api/v3/app {
|
||||
default_type application/json;
|
||||
return 200 '{"id":424242,"name":"Stella QA GitHub App","slug":"stella-qa-app"}';
|
||||
}
|
||||
|
||||
location = /api/v3/rate_limit {
|
||||
default_type application/json;
|
||||
return 200 '{"resources":{"core":{"limit":5000,"remaining":4991,"reset":1893456000}}}';
|
||||
}
|
||||
|
||||
location / {
|
||||
default_type text/plain;
|
||||
return 200 'Stella Ops QA GitHub App fixture';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user