Skip to content

Commit

Permalink
fixup! feat(analytics): Add command to migrate analytics data to pg
Browse files Browse the repository at this point in the history
  • Loading branch information
gagantrivedi committed May 28, 2024
1 parent dfee212 commit b9b4d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/unit/app_analytics/test_migrate_to_pg.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

@pytest.mark.skipif(
"analytics" not in settings.DATABASES,
reason="Skip test if analytics database is configured",
reason="Skip test if analytics database is not configured",
)
@pytest.mark.django_db(databases=["analytics", "default"])
def test_migrate_feature_evaluations(mocker: MockerFixture):
Expand Down

0 comments on commit b9b4d59

Please sign in to comment.