remove stray char (keyboard error?)

This commit is contained in:
CocoByte 2024-12-02 19:49:35 -07:00
parent e0223e17b9
commit 38a3d38d0f
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
2 changed files with 3 additions and 9 deletions

View file

@ -1876,7 +1876,7 @@ class TestPortfolio(WebTest):
portfolio=self.portfolio,
roles=[UserPortfolioRoleChoices.ORGANIZATION_MEMBER],
)
e with patch("django.contrib.messages.success") as mock_success:
with patch("django.contrib.messages.success") as mock_success:
self.client.force_login(self.user)
response = self.client.post(
reverse("invitedmember-delete", kwargs={"pk": invitation.pk}),