diff --git a/python/plugins/processing/tests/ParametersTest.py b/python/plugins/processing/tests/ParametersTest.py index f3122a034ae..c98007bef92 100644 --- a/python/plugins/processing/tests/ParametersTest.py +++ b/python/plugins/processing/tests/ParametersTest.py @@ -617,7 +617,7 @@ class ParameterTableFieldTest(unittest.TestCase): def testScriptCode(self): parent_name = 'test_parent_layer' - test_data = points2() + test_data = points() test_layer = QgsVectorLayer(test_data, parent_name, 'ogr') parameter = ParameterTableField( 'myName', 'myDesc', parent_name)