Skip to content

Commit

Permalink
fix spotless check
Browse files Browse the repository at this point in the history
Signed-off-by: Junwei Dai <[email protected]>
  • Loading branch information
Junwei Dai committed Jan 13, 2025
1 parent c3b9a88 commit 76d244e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ public void testRestCreateWorkflow_withWaitForCompletionTimeout() throws Excepti
assertTrue(channel.capturedResponse().content().utf8ToString().contains("workflow_1"));
}


public void testCreateWorkflowRequestWithParamsButNoProvision() throws Exception {
RestRequest request = new FakeRestRequest.Builder(xContentRegistry()).withMethod(RestRequest.Method.POST)
.withPath(this.createWorkflowPath)
Expand Down

0 comments on commit 76d244e

Please sign in to comment.