fixing broken addons_list_test

pull/13326/head
Viktor Gamov 2022-01-11 18:29:09 -05:00
parent ef0049137d
commit 67f748fc9e
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ func TestAddonsList(t *testing.T) {
Ambassador *interface{} `json:"ambassador"`
}
b := make([]byte, 534)
b := make([]byte, 544)
r, w, err := os.Pipe()
if err != nil {
t.Fatalf("failed to create pipe: %v", err)