@@ -37,7 +37,7 @@ void testGetAllEngagementsSuccess() {
37
37
}
38
38
39
39
@ Test
40
- void tesetGetEngagementByNamespace () {
40
+ void testGetEngagementByNamespace () {
41
41
given ()
42
42
.pathParam ("namespace" , "top/dog/jello/tutti-frutti/iac" )
43
43
.when ()
@@ -164,9 +164,7 @@ void testGetCommitsSuccess() {
164
164
.get ("/api/v1/engagements/customer/jello/lemon/commits" )
165
165
.then ()
166
166
.statusCode (200 )
167
- .
body (
is (
"[{\" author_email\" :\" [email protected] \" ,\" author_name\" :\" bot\" ,\" authored_date\" :\" 2020-06-16T00:12:27.000+00:00\" ,\" committed_date\" :\" 2020-06-16T00:12:27.000+00:00\" ,\" id\" :\" 551eefc6e367aa2ad3c56bdd7229c7bc525d4f0c\" ,"
168
- + "\" message\" :\" Auto-update generated files\" ,\" short_id\" :\" 551eefc6\" ,\" title\" :\" Auto-update generated files\" ,\" web_url\" :\" https://gitlab.example.com/store/jello/lemon/iac/-/commit/551eefc6e367aa2ad3c56bdd7229c7bc525d4f0c\" },"
169
- +
"{\" author_email\" :\" [email protected] \" ,\" author_name\" :\" Mitch Marner\" ,\" authored_date\" :\" 2020-06-16T00:12:18.000+00:00\" ,\" committed_date\" :\" 2020-06-16T00:12:18.000+00:00\" ,"
167
+ .
body (
is (
"[{\" author_email\" :\" [email protected] \" ,\" author_name\" :\" Mitch Marner\" ,\" authored_date\" :\" 2020-06-16T00:12:18.000+00:00\" ,\" committed_date\" :\" 2020-06-16T00:12:18.000+00:00\" ,"
170
168
+ "\" id\" :\" 5178ffab3566ac591af95c3383d1c5916de4a3a9\" ,\" message\" :\" Update engagement.json\" ,\" short_id\" :\" 5178ffab\" ,\" title\" :\" Update engagement.json\" ,"
171
169
+
"\" web_url\" :\" https://gitlab.example.com/store/jello/lemon/iac/-/commit/5178ffab3566ac591af95c3383d1c5916de4a3a9\" },{\" author_email\" :\" [email protected] \" ,\" author_name\" :\" John Tavares\" ,"
172
170
+ "\" authored_date\" :\" 2020-06-11T16:46:19.000+00:00\" ,\" committed_date\" :\" 2020-06-11T16:46:19.000+00:00\" ,\" id\" :\" 7865570dc63b1463d9fb4d02bd09ff46d244e694\" ,\" message\" :\" Update status.json\" ,"
0 commit comments