Skip to content

Commit ee5e783

Browse files
committed
Fix broken unit test
1 parent 0e71e14 commit ee5e783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PostmarkClientSuppressionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function testInvalidMessageStreamThrowsException() {
108108
$emailAddress = "test-email@email.com";
109109
$suppressionChanges = array(new SuppressionChangeRequest($emailAddress));
110110

111-
$messageStream = "?invalid-stream?";
111+
$messageStream = "invalid-stream-php-test";
112112

113113
try {
114114
$result = $client->createSuppressions($suppressionChanges, $messageStream);

0 commit comments

Comments
 (0)