Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Jan 17, 2025
1 parent 6c1dcca commit e738f9b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def convert_to_db_names(project_document_data: dict) -> dict:
"prjOwner",
"folderId",
"trashedByPrimaryGid",
"trashed_by_primary_gid",
] # No column for tags, prjOwner is a foreign key in db
for key, value in project_document_data.items():
if key not in exclude_keys:
Expand Down

0 comments on commit e738f9b

Please sign in to comment.