Skip to content

Commit 19ab9ea

Browse files
author
Bart Koelman
committed
Fixed data type in json request body
1 parent 0dd517f commit 19ab9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/JsonApiDotNetCoreTests/IntegrationTests/InputValidation/ModelState/NoModelStateValidationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public async Task Can_create_resource_with_invalid_attribute_value()
3232
attributes = new
3333
{
3434
name = "!@#$%^&*().-",
35-
isCaseSensitive = "false"
35+
isCaseSensitive = false
3636
}
3737
}
3838
};

0 commit comments

Comments
 (0)