1
0
Fork 0
mirror of synced 2024-04-27 09:32:17 +12:00

fix(mock): 502 error spec

This commit is contained in:
Torsten Dittmann 2021-05-07 15:52:40 +02:00
parent 57d6be0399
commit ded3cbbb73

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.')