File tree 6 files changed +4
-6
lines changed
java/com/walmartlabs/concord/it/server
resources/com/walmartlabs/concord/it/server
6 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 5
5
6
6
configuration :
7
7
dependencies :
8
- - " mvn://org.codehaus.groovy:groovy-all:2.4.11 "
8
+ - " mvn://org.codehaus.groovy:groovy-all:pom:2.5.8 "
9
9
arguments :
10
10
name : " ${initiator.displayName}"
Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ public void testOrgCreation() throws Exception {
89
89
orgApi .createOrUpdate (new OrganizationEntry ().setOwner (owner ).setName (orgName ));
90
90
fail ("exception expected" );
91
91
} catch (ApiException e ) {
92
- System .out .println (e .getResponseBody ());
93
92
assertTrue (e .getResponseBody ().contains ("Action forbidden: test-rule" ));
94
93
}
95
94
}
Original file line number Diff line number Diff line change 31
31
import static com .walmartlabs .concord .it .common .ITUtils .archive ;
32
32
import static com .walmartlabs .concord .it .common .ServerClient .*;
33
33
import static org .junit .Assert .assertEquals ;
34
- import static org .junit .Assert .assertNotNull ;
35
34
36
35
public class PublicFlowsIT extends AbstractServerIT {
37
36
Original file line number Diff line number Diff line change 1
1
configuration :
2
2
dependencies :
3
- - " mvn://org.codehaus.groovy:groovy-all:2.4.11 "
3
+ - " mvn://org.codehaus.groovy:groovy-all:pom:2.5.8 "
4
4
5
5
flows :
6
6
default :
Original file line number Diff line number Diff line change 18
18
19
19
configuration :
20
20
dependencies :
21
- - " mvn://org.codehaus.groovy:groovy-all:2.4.11 "
21
+ - " mvn://org.codehaus.groovy:groovy-all:pom:2.5.8 "
Original file line number Diff line number Diff line change 6
6
7
7
configuration :
8
8
dependencies :
9
- - " mvn://org.codehaus.groovy:groovy-all:2.4.11 "
9
+ - " mvn://org.codehaus.groovy:groovy-all:pom:2.5.8 "
You can’t perform that action at this time.
0 commit comments