Skip to content

Commit d6edd92

Browse files
committed
Fix name of pytest fixture to avoid collision
1 parent e750ee1 commit d6edd92

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

13061306
def test_mysql_cache_migration(self):

0 commit comments

Comments
 (0)