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 12d5185 commit 569b335Copy full SHA for 569b335
test/test_user.py
@@ -178,7 +178,6 @@ def test_populate_owned_workbooks(self) -> None:
178
assert "ownedBy" in request_history.qs, "ownedBy not in request history"
179
assert "true" in request_history.qs["ownedBy"], "ownedBy not set to true in request history"
180
181
-
182
def test_populate_workbooks_missing_id(self) -> None:
183
single_user = TSC.UserItem("test", "Interactor")
184
self.assertRaises(TSC.MissingRequiredFieldError, self.server.users.populate_workbooks, single_user)
0 commit comments