Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalosh committed Oct 9, 2023
1 parent 2dc47fe commit dff32c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/integration/MessageStreamsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ void edit() throws PostmarkException, IOException {

@Test
void archive() throws PostmarkException, IOException {
String streamId = "bulk-test-stream-120";
String streamId = "bulk-test-stream-1201";
MessageStreams messages = client.getMessageStreams(Parameters.init().build("messageStreamType", "all")
.build("includeArchivedStreams", "true"));

Expand Down

0 comments on commit dff32c1

Please sign in to comment.