Skip to content

Commit

Permalink
Update ftest
Browse files Browse the repository at this point in the history
  • Loading branch information
yma96 committed Feb 10, 2025
1 parent 1eb3d70 commit 3530424
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public void run() {
HttpHead httpNpmHeadSubReq = new HttpHead(REMOTE_NPM_TEST_SUB_URL);
HttpResources npmSubResponse = client.execute(httpNpmHeadSubReq);
assertThat(200, is(npmSubResponse.getStatusCode()));
assertNotNull( npmSubResponse.getStatusCode() );



Expand Down

0 comments on commit 3530424

Please sign in to comment.