Skip to content

Commit 3475b57

Browse files
committed
Upgrade to newer sig parity testing
1 parent d7caa7d commit 3475b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/transloadit/sdk/RequestTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public void setUp() throws Exception {
5252
}
5353

5454
private JSONObject runSmartSig(String paramsJson, String key, String secret) throws Exception {
55-
ProcessBuilder builder = new ProcessBuilder("npx", "--yes", "transloadit@4.0.4", "smart_sig");
55+
ProcessBuilder builder = new ProcessBuilder("npx", "--yes", "transloadit@4.0.5", "sig");
5656
builder.environment().put("TRANSLOADIT_KEY", key);
5757
builder.environment().put("TRANSLOADIT_SECRET", secret);
5858

@@ -275,7 +275,7 @@ public void postUsesSignatureProviderWhenPresent() throws Exception {
275275
}
276276

277277
/**
278-
* Built-in signing should match the Node smart_sig CLI output.
278+
* Built-in signing should match the Node `npx transloadit sig` CLI output.
279279
*/
280280
@Test
281281
public void payloadSignatureMatchesSmartSigCli() throws Exception {

0 commit comments

Comments
 (0)