Skip to content

Commit

Permalink
fix: maintain the same profile in fixtures (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsna authored Sep 18, 2023
1 parent 9d8fe26 commit 17f7d93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion basedosdados_api/core/management/commands/dumpfixture.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def empty():
"organizations": [],
"password": fake.password(),
"picture": "",
"profile": 3,
"twitter": None,
"updated_at": ts,
"username": fake.unique.user_name(),
Expand Down

0 comments on commit 17f7d93

Please sign in to comment.