This commit is contained in:
hugodorea 2022-08-10 15:40:28 -07:00
Родитель f7cecafd02
Коммит 97c0921251
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2153,7 +2153,7 @@ func TestClusterAllocationExplain(t *testing.T) {
_, err := client.ClusterAllocationExplain(tc.request)
if err != nil {
t.Fatalf("Unexpected error expected nil, got %s", err)
t.Fatalf("Unexpected error. expected nil, got %s", err)
}
})
}