Skip to content

Commit

Permalink
Fix broken test (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
iNikem authored Feb 5, 2021
1 parent 2089415 commit a1678c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void tomeeSmokeTest(TestImage image, ExpectedServerAttributes expectedServerAttr
startTargetOrSkipTest(image);

assertServerHandler(expectedServerAttributes);
assertWebAppTrace(expectedServerAttributes, image);
assertWebAppTrace(expectedServerAttributes);

stopTarget();
}
Expand Down

0 comments on commit a1678c1

Please sign in to comment.