Skip to content

Commit 5ebe454

Browse files
committed
Fix name of pytest fixture to avoid collision
1 parent dbd804b commit 5ebe454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testapp/test_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ def test_cull_mysql_caches_bad_cache_name(self):
13021302
@override_cache_settings()
13031303
class MySQLCacheMigrationTests(MySQLCacheTableMixin, TransactionTestCase):
13041304
@pytest.fixture(autouse=True)
1305-
def flake8_path(self, flake8_path):
1305+
def set_flake8_path(self, flake8_path):
13061306
self.flake8_path = flake8_path
13071307

13081308
def test_mysql_cache_migration(self):

0 commit comments

Comments
 (0)