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 b796520 commit f8a50b8Copy full SHA for f8a50b8
test/unit/objects/account_test.py
@@ -133,7 +133,6 @@ def test_post_account_settings(self):
133
Tests that account settings can be updated successfully
134
"""
135
settings = self.client.account.settings()
136
- print(settings._raw_json)
137
138
settings.network_helper = True
139
settings.backups_enabled = False
0 commit comments