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 55bfbdb commit 590aa38Copy full SHA for 590aa38
tests/Unit/Utils/SchemaValidatorTest.php
@@ -233,7 +233,7 @@ function getValidData(): array
233
$errors = $this->validator->validateAgainstJsonSchema($data, $schema);
234
235
expect($errors)->not->toBeEmpty()
236
- ->and($errors[0]['keyword'])->toBe('type');
+ ->and($errors[0]['keyword'])->toBe('required');
237
});
238
239
test('handles empty schema (allows anything)', function () {
0 commit comments