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 3dc8ba2 commit e98c3bbCopy full SHA for e98c3bb
src/test/java/com/amihaiemil/docker/RtSwarmTestCase.java
@@ -58,7 +58,7 @@ public void forcedLeave() throws Exception {
58
"{}"
59
),
60
new Condition(
61
- "Request method should be GET",
+ "Request method should be POST",
62
req -> "POST".equals(req.getRequestLine().getMethod())
63
64
@@ -85,7 +85,7 @@ public void leavesWithoutForce() throws Exception {
85
86
87
88
89
90
91
0 commit comments