Skip to content

Commit 26e029a

Browse files
committed
fix
1 parent 09edbb8 commit 26e029a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/helpers/api/api-info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ import { Methods } from '../constants';
55
* Synchronize features
66
*/
77
export async function syncFeaturesApi(): Promise<void> {
8-
await sendRequest(Methods.post, '/features/sync', 201);
8+
await sendRequest(Methods.post, '/features/sync', 200);
99
}

0 commit comments

Comments
 (0)