mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-26 08:00:07 +03:00
Fixed typo.
This commit is contained in:
parent
68ab4558ef
commit
f01c4d8ba6
|
@ -52,7 +52,7 @@ class GenerateSchemaTests(TestCase):
|
|||
@pytest.mark.skipif(yaml is None, reason='PyYAML is required.')
|
||||
def test_renders_default_schema_with_custom_title_url_and_description(self):
|
||||
call_command('generateschema',
|
||||
'--title=EampleAPI',
|
||||
'--title=ExampleAPI',
|
||||
'--url=http://api.example.com',
|
||||
'--description=Example description',
|
||||
stdout=self.out)
|
||||
|
|
Loading…
Reference in New Issue
Block a user