Skip to content

Commit

Permalink
Update sms_sender_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMwita authored Mar 28, 2024
1 parent f179681 commit 3c80c6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/sms/sms_sender_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import (

func TestSendSMS(t *testing.T) {
sender := SmsSender{
ApiKey: "3432e5e51e098ebc001db7c2544ff23504d9c2609c83ef4e23bdcea6a7cefd85",
ApiUser: "rangechem",
ApiKey: "",
ApiUser: "",
Recipients: []string{"+254745617596"},
Message: "Hello Mike!",
Sender: "RANGECHEM",
Message: "",
Sender: "",
}

response, err := sender.SendSMS()
Expand Down

0 comments on commit 3c80c6b

Please sign in to comment.