Skip to content

Commit

Permalink
chore: Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Jan 5, 2021
1 parent 3394c55 commit 11b28c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemathesis/models.py
Expand Up @@ -59,7 +59,7 @@ def cant_serialize(media_type: str) -> NoReturn: # type: ignore
"""Reject the current example if we don't know how to send this data to the application."""
event_text = f"Can't serialize data to `{media_type}`."
note(
f"{event_text}. "
f"{event_text} "
f"You can register your own serializer with `schemathesis.serializers.register` and Schemathesis will be able "
f"to make API calls with this media type."
)
Expand Down

0 comments on commit 11b28c8

Please sign in to comment.