Skip to content

Commit

Permalink
Fix copypasta in test name (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjgildea authored Jun 27, 2023
1 parent 7eedcf6 commit e59525f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/routers/test_find_spots.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from fastapi import status


def test_export_bitmap_params_schema(monkeypatch):
def test_find_spots_params_schema(monkeypatch):
monkeypatch.setenv("DIALS_REST_JWT_SECRET", "FooBar")
from dials_rest.routers import find_spots

Expand Down

0 comments on commit e59525f

Please sign in to comment.