Skip to content

Commit

Permalink
Fix setup error message on required pro token
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosNihelton committed Oct 20, 2023
1 parent 9c11c85 commit cd08f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion end-to-end/purchase_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func TestPurchase(t *testing.T) {
if tc.withToken != "" {
token = tc.withToken
}
require.NotEmpty(t, token, "Provide a pro token either via UP4W_TEST_PRO_TOKEN environment variable or the test case struct withToken field")
require.NotEmpty(t, token, "Setup: provide a Pro token either via UP4W_TEST_PRO_TOKEN environment variable or the test case struct withToken field")
settings.Subscription.OnSuccess.Value = token

cs := contractsmockserver.NewServer(settings)
Expand Down

0 comments on commit cd08f08

Please sign in to comment.