Skip to content

Commit

Permalink
fix fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Sep 11, 2024
1 parent 7096d6c commit 08d099d
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 4 deletions.
42 changes: 42 additions & 0 deletions api/fixtures/contributor_emails.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"model": "api.contributoremail",
"pk": 1,
"fields": {
"contributor": 1,
"email": "[email protected]",
"is_public": true,
"is_primary": true
}
},
{
"model": "api.contributoremail",
"pk": 2,
"fields": {
"contributor": 2,
"email": "[email protected]",
"is_public": true,
"is_primary": true
}
},
{
"model": "api.contributoremail",
"pk": 3,
"fields": {
"contributor": 3,
"email": "[email protected]",
"is_public": true,
"is_primary": true
}
},
{
"model": "api.contributoremail",
"pk": 4,
"fields": {
"contributor": 4,
"email": "[email protected]",
"is_public": true,
"is_primary": true
}
}
]
4 changes: 0 additions & 4 deletions api/fixtures/contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"model": "api.contributor",
"pk": 1,
"fields": {
"email": "[email protected]",
"name": "contributor1",
"location": "Hatfield",
"html_url": "https://github.com/contributor1",
Expand All @@ -15,7 +14,6 @@
"model": "api.contributor",
"pk": 2,
"fields": {
"email": "[email protected]",
"name": "contributor2",
"location": "Hatfield",
"html_url": "https://github.com/contributor2",
Expand All @@ -27,7 +25,6 @@
"model": "api.contributor",
"pk": 3,
"fields": {
"email": "[email protected]",
"name": "contributor3",
"location": "Hatfield",
"html_url": "https://github.com/contributor3",
Expand All @@ -39,7 +36,6 @@
"model": "api.contributor",
"pk": 4,
"fields": {
"email": "[email protected]",
"name": "contributor4",
"location": "Hatfield",
"html_url": "https://github.com/contributor4",
Expand Down

0 comments on commit 08d099d

Please sign in to comment.