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 b54cea5 commit c8a49eeCopy full SHA for c8a49ee
command/agent/http_test.go
@@ -971,7 +971,7 @@ func TestHTTPServer_Limits_OK(t *testing.T) {
971
for _, conn := range conns {
972
conn.Close()
973
}
974
- for _ = range conns {
+ for range conns {
975
err := <-errCh
976
require.Contains(t, err.Error(), "use of closed network connection")
977
nomad/rpc_test.go
@@ -792,7 +792,7 @@ func TestRPC_Limits_OK(t *testing.T) {
792
793
794
795
796
797
798
0 commit comments