Skip to content

Commit

Permalink
to be squashed: Matomo: update env var management and usage
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Sep 27, 2023
1 parent da9e849 commit 7a33132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lacommunaute/utils/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ def test_url_add_query(self):


class UtilsGetMatomoDataTest(TestCase):
@override_settings(MATOMO_BASE_URL="https://matomo.example.com")
def test_get_matomo_data(self):
nb_uniq_visitors = faker.random_int()
with patch("lacommunaute.utils.matomo.httpx.get") as mock_get:
Expand Down

0 comments on commit 7a33132

Please sign in to comment.