Skip to content

Commit

Permalink
better debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Oct 26, 2023
1 parent aba28f8 commit ba893bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions posthog/api/test/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ def mocked_plugin_reload(*args, **kwargs):
@mock.patch("posthog.models.plugin.reload_plugins_on_workers", side_effect=mocked_plugin_reload)
@mock.patch("requests.get", side_effect=mocked_plugin_requests_get)
class TestPluginAPI(APIBaseTest, QueryMatchingTest):
maxDiff = None

@classmethod
def setUpTestData(cls):
super().setUpTestData()
Expand Down

0 comments on commit ba893bf

Please sign in to comment.