Skip to content

Commit

Permalink
fix: update fixtures
Browse files Browse the repository at this point in the history
This will update the fixtures according to adfinis#772
  • Loading branch information
Akanksh Saxena committed Aug 18, 2021
1 parent 9200e72 commit 53dc834
Showing 1 changed file with 25 additions and 6 deletions.
31 changes: 25 additions & 6 deletions timed/fixtures/test_data.json
Expand Up @@ -185,8 +185,7 @@
"customer": 1,
"billing_type": 1,
"cost_center": 1,
"customer_visible": false,
"reviewers": [3]
"customer_visible": false
}
},
{
Expand All @@ -201,8 +200,7 @@
"customer": 1,
"billing_type": 1,
"cost_center": 1,
"customer_visible": false,
"reviewers": []
"customer_visible": false
}
},
{
Expand All @@ -217,8 +215,7 @@
"customer": 2,
"billing_type": null,
"cost_center": null,
"customer_visible": false,
"reviewers": []
"customer_visible": false
}
},
{
Expand Down Expand Up @@ -297,5 +294,27 @@
"days": 5,
"transfer": false
}
},
{
"model": "projects.customerassignee",
"pk": 1,
"fields": {
"user": 2,
"customer": 1,
"is_resource": false,
"is_reviewer": true,
"is_manager": false
}
},
{
"model": "projects.taskassignee",
"pk": 1,
"fields": {
"user": 3,
"task": 5,
"is_resource": false,
"is_reviewer": true,
"is_manager": true
}
}
]

0 comments on commit 53dc834

Please sign in to comment.