Skip to content

Commit 250b876

Browse files
Update metadata-ingestion/tests/integration/lookml/test_lookml.py
Co-authored-by: Mayuri Nehate <[email protected]>
1 parent 0a4cd06 commit 250b876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata-ingestion/tests/integration/lookml/test_lookml.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ def test_lookml_constant_transformer(view, expected_result, warning_expected):
10921092
result = transformer.transform(view)
10931093
assert result == expected_result
10941094
if warning_expected:
1095-
report.report_warning.assert_called_once_with(
1095+
report.warning.assert_called_once_with(
10961096
title="Misplaced lookml constant",
10971097
message="Use 'lookml_constants' instead of 'liquid_variables'.",
10981098
context="Key constant4",

0 commit comments

Comments
 (0)