Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Oct 24, 2024
1 parent e4dd105 commit 421c87c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apollo-router/tests/integration/subgraph_response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ async fn test_valid_extensions_service_is_preserved_for_subgraph_error() -> Resu
"message": "Some error on subgraph",
"path": ["topProducts"],
"extensions": {
"service": 3.14,
"service": 42,
}
}]
})))
Expand All @@ -152,7 +152,7 @@ async fn test_valid_extensions_service_is_preserved_for_subgraph_error() -> Resu
"message": "Some error on subgraph",
"path":["topProducts"],
"extensions": {
"service": 3.14
"service": 42,
}
}]
})
Expand Down Expand Up @@ -335,7 +335,7 @@ async fn test_invalid_error_locations_with_single_negative_one_location() -> Res
"errors": [{
"message": "Some error on subgraph",
"locations": [{ "line": -1, "column": -1 }],
"path": ["topProducts"],
"path": ["topProducts"]
}]
})))
.build()
Expand Down

0 comments on commit 421c87c

Please sign in to comment.