Skip to content

Commit

Permalink
test(dashboards): Replace [] with None following #21823
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Apr 24, 2024
1 parent d5f82cb commit c0a57f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/api/test/dashboards/test_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -1306,7 +1306,7 @@ def test_create_from_template_json_can_provide_query_tile(self) -> None:
"where": None,
},
},
"result": [],
"result": None,
"saved": False,
"short_id": ANY,
"tags": [],
Expand Down

0 comments on commit c0a57f8

Please sign in to comment.