diff --git a/cmd/init_test.go b/cmd/init_test.go index 10152669..fdce1fa0 100644 --- a/cmd/init_test.go +++ b/cmd/init_test.go @@ -53,7 +53,7 @@ func TestInit_SLULAFailre(t *testing.T) { assert.Nil(cfg) assert.NotNil(err) if err != nil { - assert.Equal("Please accept the terms of the Snowplow Limited Use License Agreement to proceed. See https://docs.snowplow.io/docs/destinations/forwarding-events/snowbridge/configuration/#license for more information on the license and how to configure this.", err.Error()) + assert.Equal("please accept the terms of the Snowplow Limited Use License Agreement to proceed. See https://docs.snowplow.io/docs/destinations/forwarding-events/snowbridge/configuration/#license for more information on the license and how to configure this", err.Error()) } }