test: fix test failure
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
p4u1 2024-07-08 14:09:54 +02:00
parent 87ecc05962
commit 41c16db670

View File

@ -15,6 +15,10 @@ func TestGetVersionLabelLocalDoesNotUseTimeoutLabel(t *testing.T) {
}
r := Get("traefik")
err = r.EnsureExists()
if err != nil {
t.Fatal(err)
}
for i := 1; i < 1000; i++ {
label, err := r.GetVersionLabelLocal()