Skip to content

Commit a8867d4

Browse files
committed
Remove test key from client for now: it is not used at this point
1 parent 893fcde commit a8867d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/messagebirdtest/test_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func (w testWriter) Write(p []byte) (int, error) {
2424

2525
// Client initializes a new MessageBird client that uses the
2626
func Client(t *testing.T) *messagebird.Client {
27-
return client(t, "test_gshuPaZoeEG6ovbc8M79w0QyM")
27+
return client(t, "")
2828
}
2929

3030
func client(t *testing.T, accessKey string) *messagebird.Client {

0 commit comments

Comments
 (0)