Skip to content

Commit fa0f1d6

Browse files
committed
fix mismerge
1 parent 32eab6e commit fa0f1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nexus/tests/integration_tests/basic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ async fn test_basic_failures(cptestctx: &ControlPlaneTestContext) {
133133
];
134134

135135
for test_case in test_cases {
136-
let error = if let Some(body) = test_case.body {
136+
let error: HttpErrorResponseBody = if let Some(body) = test_case.body {
137137
NexusRequest::expect_failure_with_body(
138138
client,
139139
test_case.expected_code,

0 commit comments

Comments
 (0)