fix other test

Signed-off-by: Daniel Morsing <dmo@jetstack.io>
This commit is contained in:
Daniel Morsing 2019-01-21 13:33:34 +00:00
parent 336e9e353a
commit 99c16b77dc

View File

@ -128,7 +128,7 @@ func TestSyncHappyPath(t *testing.T) {
gen.SetChallengeState(v1alpha1.Pending), gen.SetChallengeState(v1alpha1.Pending),
gen.SetChallengePresented(true), gen.SetChallengePresented(true),
gen.SetChallengeType("http-01"), gen.SetChallengeType("http-01"),
gen.SetChallengeReason("Waiting for http-01 challenge propagation"), gen.SetChallengeReason("Waiting for http-01 challenge propagation: some error"),
))), ))),
}, },
}, },