Skip to content

Commit 221cec4

Browse files
committed
Fix typo
1 parent 525b240 commit 221cec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/rest-api-types-endpoint.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ test.describe( 'REST API Types Endpoint', () => {
394394
await requestUtils.rest( {
395395
path: '/wp/v2/settings',
396396
method: 'POST',
397-
data: { scf_test_post_types_created: false },
397+
data: { scf_test_post_type_created: false },
398398
} );
399399
} );
400400
} );

0 commit comments

Comments
 (0)