Skip to content

Commit 94dab33

Browse files
committed
make product null
1 parent 9c7b812 commit 94dab33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/bandwidth/sdk/smoke/MessagesApiTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class MessagesApiTest {
5454
String campaignId = null;
5555
Integer fromBwLatency = null;
5656
Boolean bwQueued = null;
57-
ProductTypeEnum product = ProductTypeEnum.fromValue("TOLL_FREE");
57+
ProductTypeEnum product = null;
5858
String location = null;
5959
String callingNumberCountryA3 = null;
6060
String calledNumberCountryA3 = null;

0 commit comments

Comments
 (0)