fixed quality

This commit is contained in:
Jawayria
2021-09-10 16:58:13 +05:00
parent 06be2cfccd
commit 563f0a8462

View File

@@ -107,7 +107,7 @@ class BulkChangeEnrollmentTests(SharedModuleStoreTestCase):
commit=True,
)
if django.VERSION < (3,0):
if django.VERSION < (3, 0):
assert 'Error: one of the arguments -c/--course -o/--org is required' == str(err.value)
else:
assert 'Error: argument -o/--org: not allowed with argument -c/--course' == str(err.value)