Code suggestions

Co-Authored-By: Trenton Holmes <797416+stumpylog@users.noreply.github.com>
This commit is contained in:
Michael Shamoon
2022-05-11 10:43:32 -07:00
parent 6f402376ce
commit b7b44bfb4e
2 changed files with 2 additions and 2 deletions

View File

@@ -1384,7 +1384,7 @@ class TestDocumentApiV2(DirectoriesMixin, APITestCase):
response = self.client.get(f"/api/ui_settings/", format="json")
self.assertNotEqual(
response.data["settings"],
[],
"{}",
)