Skip to content

Commit

Permalink
submitTestResult url updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pashidlos committed Jul 7, 2020
1 parent c6e0b01 commit 1ed7b42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ TestRunResponse submitTestRun(String name, String imageBase64, TestRunOptions te
RequestBody body = RequestBody.create(gson.toJson(newTestRun), JSON);

Request request = new Request.Builder()
.url(this.visualRegressionTrackerConfig.apiUrl.concat("/test"))
.url(this.visualRegressionTrackerConfig.apiUrl.concat("/test-runs"))
.addHeader(apiKeyHeaderName, this.visualRegressionTrackerConfig.apiKey)
.post(body)
.build();
Expand Down

0 comments on commit 1ed7b42

Please sign in to comment.