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 6f3c523 commit 9a659cdCopy full SHA for 9a659cd
tests/unit/test_tasks.py
@@ -224,7 +224,7 @@ def test_format_properties_target_level(self):
224
225
self.model["function"] = "something_else"
226
properties, _ = _format_properties(self.model)
227
- self.assertEqual(properties["targetLevel"], None)
+ self.assertEqual(properties["targetLevel"], '')
228
229
def test_format_properties_input_variables(self):
230
_, variables = _format_properties(self.model, self.input_var)
0 commit comments