Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alzpeta committed Sep 17, 2024
1 parent 9b59cc2 commit de4d188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def faker_seed():
def sample_record(faker):
return {
"metadata": {
"title": faker.word(),
"title": faker.word(ext_word_list=["abc", "def", "ghi", "jkl"]),
"status": faker.word(ext_word_list=["ok", "skipped"]),
}
}

0 comments on commit de4d188

Please sign in to comment.