Skip to content

Commit 45344d0

Browse files
committed
fix(api):fix syntax error
1 parent c8ece4c commit 45344d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/reva-api/modules/jury/jury.search-count.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ test("should count active juries by status for admin user searched by rncp type
157157
payload: {
158158
requestType: "query",
159159
endpoint: "jury_juryCountByCategory",
160-
returnFields: "{SCsppppppppppppppppppppppppppppppppppppjurjury../../
161-
cloconsole.log('first', first)oobbjj;""SSSSCCCCHEDULED,PASSED}",
160+
returnFields: "{SCHEDULED,PASSED}",
162161
arguments: {
163162
searchFilter: juries[0].candidacy.certification?.rncpTypeDiplome,
164163
},

0 commit comments

Comments
 (0)