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 388ca61 commit 0895f78Copy full SHA for 0895f78
1 file changed
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 = "bulk1";
+ String streamId = "bulk-test";
67
MessageStreams messages = client.getMessageStreams(Parameters.init().build("messageStreamType", "all")
68
.build("includeArchivedStreams", "true"));
69
0 commit comments