From 4f91d5b40baa24f7f8530c732bd0637dac0fa177 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sat, 20 Jun 2026 00:42:46 -0400 Subject: [PATCH] [tests] Fix broken birding tests --- vrobbler/apps/scrobbles/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vrobbler/apps/scrobbles/models.py b/vrobbler/apps/scrobbles/models.py index bf12b86..850207a 100644 --- a/vrobbler/apps/scrobbles/models.py +++ b/vrobbler/apps/scrobbles/models.py @@ -771,6 +771,7 @@ class Scrobble(TimeStampedModel): MOOD = "Mood", "Mood" BRICKSET = "BrickSet", "Brick set" CHANNEL = "Channel", "Channel" + BIRDING_LOCATION = "BirdingLocation", "Birding location" DISC_GOLF = "DiscGolf", "Disc golf" @classmethod