From 99c16b77dcbb287fa444b04c40b54310d9ab39d7 Mon Sep 17 00:00:00 2001 From: Daniel Morsing Date: Mon, 21 Jan 2019 13:33:34 +0000 Subject: [PATCH] fix other test Signed-off-by: Daniel Morsing --- pkg/controller/acmechallenges/sync_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/acmechallenges/sync_test.go b/pkg/controller/acmechallenges/sync_test.go index c32b8dc6c..1237678a7 100644 --- a/pkg/controller/acmechallenges/sync_test.go +++ b/pkg/controller/acmechallenges/sync_test.go @@ -128,7 +128,7 @@ func TestSyncHappyPath(t *testing.T) { gen.SetChallengeState(v1alpha1.Pending), gen.SetChallengePresented(true), gen.SetChallengeType("http-01"), - gen.SetChallengeReason("Waiting for http-01 challenge propagation"), + gen.SetChallengeReason("Waiting for http-01 challenge propagation: some error"), ))), }, },