From 771d18896b15f479eff5319f4946c887eb8d7ab2 Mon Sep 17 00:00:00 2001 From: George O'Neill Date: Wed, 13 Sep 2023 14:42:14 +0200 Subject: [PATCH] flake8 fix --- tests/json/test_load_from_json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/json/test_load_from_json.py b/tests/json/test_load_from_json.py index e5491013f..e69ac344f 100644 --- a/tests/json/test_load_from_json.py +++ b/tests/json/test_load_from_json.py @@ -396,7 +396,7 @@ def test_GIVEN_json_with_no_path_to_depends_on_WHEN_loaded_THEN_skip_addition_in with pytest.raises(AttributeError): json_reader.model.entry.children[0].children[0].stored_items[0].children[ 0 - ].attributes[1] == None + ].attributes[1] def test_when_experiment_id_in_json_then_it_is_added_to_entry(json_reader):