1
0
Fork 0
mirror of synced 2024-05-17 19:22:34 +12:00

Merge pull request #1128 from TorstenDittmann/fix-502-spec

fix(mock): 502 error spec
This commit is contained in:
Eldad A. Fux 2021-05-07 16:53:35 +03:00 committed by GitHub
commit eaa67732b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -363,7 +363,7 @@ App::get('/v1/mock/tests/general/502-error')
->desc('502 Error')
->groups(['mock'])
->label('scope', 'public')
->label('sdk.auth', [APP_PLATFORM_CLIENT, APP_PLATFORM_SERVER])
->label('sdk.platform', [APP_PLATFORM_CLIENT, APP_PLATFORM_SERVER])
->label('sdk.namespace', 'general')
->label('sdk.method', 'error502')
->label('sdk.description', 'Mock a 502 bad gateway.')