rename analytics setting

This commit is contained in:
Christian Adams
2019-04-17 15:28:15 -04:00
parent fbc7d1a9f2
commit add8673d7c
8 changed files with 9 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ def mock_valid_license():
@pytest.mark.django_db
def test_gather(mock_valid_license):
settings.INSIGHTS_DATA_ENABLED = True
settings.INSIGHTS_TRACKING_STATE = True
tgz = gather(module=importlib.import_module(__name__))
files = {}