Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
Signed-off-by: rodneyosodo <socials@rodneyosodo.com>
  • Loading branch information
rodneyosodo authored and dborovcanin committed Jan 24, 2023
1 parent 39e8007 commit 2e6fa28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sdk/go/message_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func TestSendMessage(t *testing.T) {
chanID: chanID,
msg: msg,
auth: "",
err: errors.NewSDKErrorWithStatus(apiutil.ErrBearerToken, http.StatusUnauthorized),
err: errors.NewSDKErrorWithStatus(apiutil.ErrBearerKey, http.StatusUnauthorized),
},
"publish message with invalid authorization token": {
chanID: chanID,
Expand Down

0 comments on commit 2e6fa28

Please sign in to comment.