aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_group_assign.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_group_assign.py')
-rw-r--r--tests/test_group_assign.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/test_group_assign.py b/tests/test_group_assign.py
index 1f86574..c3529a0 100644
--- a/tests/test_group_assign.py
+++ b/tests/test_group_assign.py
@@ -19,9 +19,8 @@ creds = {
class TestGroupAssigner:
def test_missing_input(self):
- """
- this should fail due to missing arguments
- """
+ # the main class is missing arguments and should fail with a TypeError
+
with pytest.raises(TypeError):
GroupAssigner().start()