Skip to content

Commit 3dde4eb

Browse files
Update tests
1 parent febe956 commit 3dde4eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/resources/api/translations/listProjectBuilds.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
{
44
"data": {
55
"id": 2,
6+
"projectId": 2,
67
"status": "finished",
78
"progress": 100,
89
"attributes": {
9-
"projectId": 2,
1010
"branchId": 1,
1111
"targetLanguagesId": [
1212
"en"

src/test/resources/api/translations/projectBuildStatus.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"data": {
33
"id": 2,
4+
"projectId": 2,
45
"status": "finished",
56
"progress": 100,
67
"attributes": {
7-
"projectId": 2,
88
"branchId": 1,
99
"targetLanguagesId": [
1010
"en"

0 commit comments

Comments
 (0)