Fix bug with coverage testing
- Legacy-Id: 6937
This commit is contained in:
parent
0c2c5a7573
commit
beda4bafcd
|
@ -201,7 +201,7 @@ class IetfTestRunner(DiscoverRunner):
|
|||
# hack to do so automatically
|
||||
classes.append("ietf.utils.test_runner.FillInRemoteUserMiddleware")
|
||||
classes.append(m)
|
||||
settings.MIDDLEWARE_CLASSES = classes
|
||||
settings.MIDDLEWARE_CLASSES = tuple(classes)
|
||||
|
||||
check_coverage = not test_labels
|
||||
|
||||
|
|
Loading…
Reference in a new issue