updating tests to use new mc --enc flags (#19508)

This commit is contained in:
Sveinn
2024-04-19 03:43:09 -05:00
committed by GitHub
parent d653a59fc0
commit 108e6f92d4
5 changed files with 59 additions and 55 deletions

View File

@@ -131,7 +131,6 @@ func TestGetHostIP(t *testing.T) {
expectedErr error
}{
{"localhost", set.CreateStringSet("127.0.0.1"), nil},
{"example.org", set.CreateStringSet("93.184.216.34"), nil},
}
for _, testCase := range testCases {