Skip to content

Commit

Permalink
Merge pull request #110 from mikeiken/test-10
Browse files Browse the repository at this point in the history
update test plants
  • Loading branch information
Kolan4ik2003 authored Dec 1, 2024
2 parents 0ea24bb + ce0137d commit c127a21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django/tamprog/plants/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def test_filter_bed_plants_via_url(api_client, bed_plants, fertilizers, user):
assert all(item['id'] != bed_plant.id for item in non_fertilized_data)



@pytest.mark.django_db
def test_fuzzy_search(api_client, plants, user):
api_client.force_authenticate(user=user)
Expand Down

0 comments on commit c127a21

Please sign in to comment.