We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc47fe commit dff32c1Copy full SHA for dff32c1
src/test/java/integration/MessageStreamsTest.java
@@ -63,7 +63,7 @@ void edit() throws PostmarkException, IOException {
63
64
@Test
65
void archive() throws PostmarkException, IOException {
66
- String streamId = "bulk-test-stream-120";
+ String streamId = "bulk-test-stream-1201";
67
MessageStreams messages = client.getMessageStreams(Parameters.init().build("messageStreamType", "all")
68
.build("includeArchivedStreams", "true"));
69
0 commit comments