Skip to content

Commit

Permalink
And the test too
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed May 3, 2024
1 parent 2cae3ff commit 3663efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
}
}

Expand Down

0 comments on commit 3663efd

Please sign in to comment.