We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b801118 commit 941d5cbCopy full SHA for 941d5cb
tests/integration/validation/test_read_only_write_only.py
@@ -19,7 +19,7 @@ def request_validator(spec):
19
return RequestValidator(spec)
20
21
22
-@pytest.fixture('class')
+@pytest.fixture(scope='class')
23
def spec(factory):
24
spec_dict = factory.spec_from_file("data/v3.0/read_only_write_only.yaml")
25
return create_spec(spec_dict)
tests/integration/validation/test_security_override.py
@@ -13,7 +13,7 @@ def request_validator(spec):
13
14
15
16
17
18
spec_dict = factory.spec_from_file("data/v3.0/security_override.yaml")
0 commit comments