mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: refactor deployment config (#6347)
This commit is contained in:
@ -271,7 +271,7 @@ func splitResp(t *testing.T, values []reflect.Value) ([]reflect.Value, error) {
|
||||
return outputs, err
|
||||
}
|
||||
outputs = append(outputs, r)
|
||||
} //nolint: unreachable
|
||||
}
|
||||
t.Fatal("no expected error value found in responses (error can be nil)")
|
||||
return nil, nil // unreachable, required to compile
|
||||
}
|
||||
|
Reference in New Issue
Block a user