Skip to content

Commit e1e6228

Browse files
committed
fix: tests
1 parent 00118b4 commit e1e6228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mock-server/app/http.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
// Mock Routes
7171
App::get('/v1/ping')
7272
->desc('Get version')
73-
->groups(['api'])
73+
->groups(['mock'])
7474
->label('scope', 'public')
7575
->label('sdk.response.code', Response::STATUS_CODE_OK)
7676
->label('sdk.response.type', Response::CONTENT_TYPE_JSON)

0 commit comments

Comments
 (0)