We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2152f commit ceeb1bdCopy full SHA for ceeb1bd
posthog/test/test_client.py
@@ -1928,9 +1928,9 @@ def test_mock_system_context(
1928
1929
# Set up platform-specific mocks
1930
if platform_method:
1931
- getattr(
1932
- mock_platform, platform_method
1933
- ).return_value = platform_return
+ getattr(mock_platform, platform_method).return_value = (
+ platform_return
+ )
1934
1935
# Special handling for Linux which uses distro module
1936
if sys_platform == "linux":
0 commit comments