Skip to content

Commit

Permalink
fix the errors
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Oct 3, 2024
1 parent bfa29e3 commit 8da6217
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion crates/ndc-sqlserver/tests/mutation_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ mod native_mutations {
let _ = run_mutation_fail(

Check warning on line 64 in crates/ndc-sqlserver/tests/mutation_tests.rs

View workflow job for this annotation

GitHub Actions / cargo fmt

Diff in /home/runner/work/ndc-sqlserver/ndc-sqlserver/crates/ndc-sqlserver/tests/mutation_tests.rs
"fail_insert_artist_and_return_id",
fresh_deployment.connection_uri.clone(),
StatusCode::INTERNAL_SERVER_ERROR,

StatusCode::UNPROCESSABLE_ENTITY,
)
.await;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ source: crates/ndc-sqlserver/tests/mutation_tests.rs
expression: result
---
{
"message": "Invalid request",
"details": {
"detail": "Argument 'CustomerId' not found."
}
"message": "Argument 'CustomerId' not found.",
"details": null
}

0 comments on commit 8da6217

Please # to comment.