Skip to content

Commit 0d70001

Browse files
committed
Fix name of pytest fixture to avoid collision
1 parent 1d0bcd9 commit 0d70001

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
@@ -1301,7 +1301,7 @@ def test_cull_mysql_caches_bad_cache_name(self):
13011301
@override_cache_settings()
13021302
class MySQLCacheMigrationTests(MySQLCacheTableMixin, TransactionTestCase):
13031303
@pytest.fixture(autouse=True)
1304-
def flake8_path(self, flake8_path):
1304+
def set_flake8_path(self, flake8_path):
13051305
self.flake8_path = flake8_path
13061306

13071307
def test_mysql_cache_migration(self):

0 commit comments

Comments
 (0)