Skip to content

Commit

Permalink
update tests for target column (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinisaos committed Jan 21, 2022
1 parent f0db58c commit 764cefd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/crud/test_crud_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ def test_get_schema_with_joins(self):
"extra": {
"foreign_key": True,
"to": "movie",
"target_column": "id",
"help_text": None,
"choices": None,
},
Expand Down
1 change: 1 addition & 0 deletions tests/fastapi/test_fastapi_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ def test_schema_joins(self):
"extra": {
"foreign_key": True,
"to": "movie",
"target_column": "id",
"help_text": None,
"choices": None,
},
Expand Down

0 comments on commit 764cefd

Please sign in to comment.