Skip to content
Snippets Groups Projects
Commit 39f61c10 authored by fabian serin's avatar fabian serin
Browse files

Fix failing e2e - mismatch in ref

parent d0cf7802
No related branches found
No related tags found
2 merge requests!522welllog120 model,!468Upgrade to support WellLog 1.2.0
Pipeline #100569 passed with warnings
......@@ -365,7 +365,8 @@ def build_request_create_osdu_welllog(b_use_fixed_id=True, curves: List[str]=['E
},
"IsRegular": true,
"SamplingStart": 12345.6,
"SamplingStop": 12345.6,"""
"SamplingStop": 12345.6,
"LogRemark": "example data for API integration tests","""
inner_curves = ""
for c in curves:
......@@ -727,7 +728,9 @@ def get_cleaned_ref_and_res() -> dict:
"LogCurveTypeID": "namespace:reference-data--LogCurveType:SomeUniqueLogCurveTypeID:",
"LogCurveBusinessValueID": "namespace:reference-data--LogCurveBusinessValue:SomeUniqueLogCurveBusinessValueID:",
"LogCurveMainFamilyID": "namespace:reference-data--LogCurveMainFamily:SomeUniqueLogCurveMainFamilyID:",
"LogCurveFamilyID": "namespace:reference-data--LogCurveFamily:SomeUniqueLogCurveFamilyID:"
"LogCurveFamilyID": "namespace:reference-data--LogCurveFamily:SomeUniqueLogCurveFamilyID:",
"CurveDescription": "Sample curve for integration tests",
"CurveSampleTypeID": "namespace:reference-data--CurveSampleType:float:"
}
],
"ExtensionProperties": {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment