We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5c41b commit 65b340bCopy full SHA for 65b340b
src/test/java/com/transloadit/sdk/RequestTest.java
@@ -65,7 +65,7 @@ public void get() throws Exception {
65
mockServerClient.verify(HttpRequest.request()
66
.withPath("/foo")
67
.withMethod("GET")
68
- .withHeader("Transloadit-Client", "java-sdk:0.4.2"));
+ .withHeader("Transloadit-Client", "java-sdk:0.4.3"));
69
70
}
71
0 commit comments