Skip to content

Commit

Permalink
Remove a no-longer-needed test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Nov 22, 2024
1 parent c977ae5 commit a0a645d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/unit/h/views/api/group_members_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ def test_it_with_authority_mismatch(self, pyramid_request, context):
with pytest.raises(HTTPNotFound):
views.add_member(context, pyramid_request)

@pytest.fixture
def pyramid_request(self, pyramid_request):
pyramid_request.matchdict = {"userid": sentinel.userid}
return pyramid_request

@pytest.fixture
def context(self, factories):
group = factories.Group.build()
Expand Down

0 comments on commit a0a645d

Please sign in to comment.