mirror of
https://github.com/correl/openapi-core.git
synced 2024-12-29 11:09:25 +00:00
Test specs formatting fix
This commit is contained in:
parent
0bf001648a
commit
9cf677eb46
1 changed files with 2 additions and 2 deletions
|
@ -10,14 +10,14 @@ class TestSpecs(object):
|
|||
|
||||
@pytest.fixture
|
||||
def path1(self):
|
||||
operations = {
|
||||
operations = {
|
||||
'get': mock.sentinel.path1_get,
|
||||
}
|
||||
return Path('path1', operations)
|
||||
|
||||
@pytest.fixture
|
||||
def path2(self):
|
||||
operations = {
|
||||
operations = {
|
||||
'post': mock.sentinel.path2_psot,
|
||||
}
|
||||
return Path('path2', operations)
|
||||
|
|
Loading…
Reference in a new issue