File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
it/server/src/test/java/com/walmartlabs/concord/it/server Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2828import java .util .Map ;
2929
3030import static com .walmartlabs .concord .it .common .ITUtils .archive ;
31- import static com .walmartlabs .concord .it .common .ServerClient .assertLog ;
32- import static com .walmartlabs .concord .it .common .ServerClient .waitForCompletion ;
31+ import static com .walmartlabs .concord .it .common .ServerClient .*;
3332import static org .junit .jupiter .api .Assertions .*;
3433
3534public class AnsibleEventIT extends AbstractServerIT {
@@ -135,7 +134,7 @@ public void testFailedHosts() throws Exception {
135134 // ---
136135
137136 byte [] ab = getLog (pe .getInstanceId ());
138- assertLog (".*'msg' is undefined.*" , ab );
137+ assertLogAtLeast (".*'msg' is undefined.*" , 1 , ab );
139138
140139 // ---
141140
You can’t perform that action at this time.
0 commit comments