Skip to content
Snippets Groups Projects
Commit ca797d0b authored by Piotr Gawron's avatar Piotr Gawron
Browse files

method called like a property

parent 93e5ac7a
No related branches found
No related tags found
1 merge request!336Pylint checks
......@@ -126,4 +126,4 @@ class WorkerModelTests(TestCase):
worker = create_worker()
worker.roles.update(name="unk")
with self.assertRaises(Exception):
worker.role
worker.role()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment