We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bbe69d commit fe5ad1cCopy full SHA for fe5ad1c
1 file changed
tests/conftest.py
@@ -5,7 +5,7 @@
5
6
import pyodata.config
7
import pyodata.model.builder as builder
8
-import pyodata.v4 as v4
+import pyodata.v4 as odata_v4
9
10
11
@pytest.fixture
@@ -131,7 +131,7 @@ def schema(metadata_v2):
131
def schema_v4(metadata_v4):
132
meta = builder.MetadataBuilder(
133
metadata_v4,
134
- config=pyodata.config.Config(v4.ODataV4)
+ config=pyodata.config.Config(odata_v4.ODataV4)
135
)
136
137
return meta.build()
0 commit comments