From 62862d81892d72f812aacc5d67694522e9ab1b7d Mon Sep 17 00:00:00 2001 From: Gguidini Date: Tue, 14 May 2024 20:53:58 +0200 Subject: [PATCH] some change to (hopefully) trigger ci --- tests/sentry/api/test_api_owners.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/sentry/api/test_api_owners.py b/tests/sentry/api/test_api_owners.py index 202b01524b49ba..46add0315fdfa7 100644 --- a/tests/sentry/api/test_api_owners.py +++ b/tests/sentry/api/test_api_owners.py @@ -15,6 +15,7 @@ def setUp(self): if line.startswith("/src/"): tokens = [s.strip() for s in line.split("@getsentry/")] self.teams.update(tokens[1:]) + # trigger CI run for tests def test_api_owner_owns_api(self): for owner in ApiOwner: