We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09edbb8 commit 26e029aCopy full SHA for 26e029a
tests/e2e/helpers/api/api-info.ts
@@ -5,5 +5,5 @@ import { Methods } from '../constants';
5
* Synchronize features
6
*/
7
export async function syncFeaturesApi(): Promise<void> {
8
- await sendRequest(Methods.post, '/features/sync', 201);
+ await sendRequest(Methods.post, '/features/sync', 200);
9
}
0 commit comments