diff --git a/api/tacticalrmm/clients/tests.py b/api/tacticalrmm/clients/tests.py index cb538f40..670f6d6b 100644 --- a/api/tacticalrmm/clients/tests.py +++ b/api/tacticalrmm/clients/tests.py @@ -88,6 +88,7 @@ class TestClientViews(TacticalTestCase): "client": {"name": "Setup Client"}, "site": {"name": "Setup Site"}, "timezone": "America/Los_Angeles", + "companyname": "TestCo Inc." "initialsetup": True, } r = self.client.post(url, payload, format="json")