qgis / qgis-feed

QGIS Welcome Page News Feed Backend
2 stars 7 forks source link

Use contry code when testing daily_visit.country #51

Closed Xpirix closed 10 months ago

Xpirix commented 10 months ago

@dimasciput, The test generates a key error on the contry_name since the country_code is used here: https://github.com/qgis/qgis-feed/blob/94e2ad306584b682ee7d12be5bd7b4542827bd08/qgisfeedproject/qgisfeed/models.py#L225

I have made an update in the test file by using the country_code. However, I wonder if this has an impact somewhere else (feed analytics for example).