Skip to content

Commit

Permalink
Fixed id of newly added pytest parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Jan 1, 2024
1 parent 01a66db commit 8f7598c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
schedule_id="schedule",
outcome=JobOutcome.success,
),
id="job_added",
id="job_released",
),
],
)
Expand Down

0 comments on commit 8f7598c

Please sign in to comment.