mirror of
https://github.com/correl/openapi-core.git
synced 2025-01-01 11:03:19 +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
|
@pytest.fixture
|
||||||
def path1(self):
|
def path1(self):
|
||||||
operations = {
|
operations = {
|
||||||
'get': mock.sentinel.path1_get,
|
'get': mock.sentinel.path1_get,
|
||||||
}
|
}
|
||||||
return Path('path1', operations)
|
return Path('path1', operations)
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def path2(self):
|
def path2(self):
|
||||||
operations = {
|
operations = {
|
||||||
'post': mock.sentinel.path2_psot,
|
'post': mock.sentinel.path2_psot,
|
||||||
}
|
}
|
||||||
return Path('path2', operations)
|
return Path('path2', operations)
|
||||||
|
|
Loading…
Reference in a new issue