Skip to content

Commit

Permalink
unify_deps | ✅ Adding tests.
Browse files Browse the repository at this point in the history
Signed-off-by: mgorsk1 <[email protected]>
  • Loading branch information
mgorsk1 committed May 28, 2021
1 parent e46dec3 commit 28a1656
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/tests/unit/api/metadata/test_v0.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ def setUp(self) -> None:
],
'source': '/source',
'is_editable': True,
'last_updated_timestamp': None
'last_updated_timestamp': None,
'common_filters': [],
'common_joins': []
}
self.expected_related_dashboard_response = {
"dashboards": [{
Expand Down

0 comments on commit 28a1656

Please sign in to comment.