Format code
This commit is contained in:
parent
c8bec0fba3
commit
211737cee0
1 changed files with 5 additions and 1 deletions
|
@ -422,7 +422,11 @@ mod fromform_tests {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_variables_invalid_json() {
|
fn test_variables_invalid_json() {
|
||||||
check_error("query=test&variables=NOT_JSON", "expected value at line 1 column 1", false);
|
check_error(
|
||||||
|
"query=test&variables=NOT_JSON",
|
||||||
|
"expected value at line 1 column 1",
|
||||||
|
false,
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Reference in a new issue