Skip to content

Commit

Permalink
Fix mypi issue
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Feb 15, 2024
1 parent ec09bed commit cf203b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/test/test_utils_cors.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_origin(self) -> None:
("", "*"),
]

FakeRequest = namedtuple("Request", "META")
FakeRequest = namedtuple("FakeRequest", "META")
for origin, expected in valid_origin_test_cases:
with self.subTest():
request = FakeRequest(META={"HTTP_ORIGIN": origin})
Expand Down

0 comments on commit cf203b9

Please sign in to comment.