mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 00:19:53 +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.')
|
@pytest.mark.skipif(yaml is None, reason='PyYAML is required.')
|
||||||
def test_renders_default_schema_with_custom_title_url_and_description(self):
|
def test_renders_default_schema_with_custom_title_url_and_description(self):
|
||||||
call_command('generateschema',
|
call_command('generateschema',
|
||||||
'--title=EampleAPI',
|
'--title=ExampleAPI',
|
||||||
'--url=http://api.example.com',
|
'--url=http://api.example.com',
|
||||||
'--description=Example description',
|
'--description=Example description',
|
||||||
stdout=self.out)
|
stdout=self.out)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user