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 32eab6e commit fa0f1d6Copy full SHA for fa0f1d6
nexus/tests/integration_tests/basic.rs
@@ -133,7 +133,7 @@ async fn test_basic_failures(cptestctx: &ControlPlaneTestContext) {
133
];
134
135
for test_case in test_cases {
136
- let error = if let Some(body) = test_case.body {
+ let error: HttpErrorResponseBody = if let Some(body) = test_case.body {
137
NexusRequest::expect_failure_with_body(
138
client,
139
test_case.expected_code,
0 commit comments