Skip to content

Commit

Permalink
another cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
orian committed Jan 17, 2025
1 parent 7f6160f commit b5d8b54
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -943,10 +943,6 @@ http_client:
`, redisPort)
tested := fullConfig.String()
assert.Equal(t, expected, tested)
//if tested != expected {
// t.Fatalf("the stringify version of fullConfig is not what it's expected: %s",
// cmp.Diff(tested, expected))
//}
}

func TestConfigReplaceEnvVars(t *testing.T) {
Expand Down

0 comments on commit b5d8b54

Please sign in to comment.