We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65093e commit ba61fccCopy full SHA for ba61fcc
app/api/tasks.py
@@ -1399,7 +1399,7 @@ def create_testcase_bg(*args, **kwargs) -> None:
1399
for site in sites:
1400
1401
# check and increment resource
1402
- if check_and_increment_resource(site.account, 'testcase'):
+ if check_and_increment_resource(site.account, 'testcases'):
1403
1404
# create new testcase
1405
_testcase = Testcase.objects.create(
0 commit comments