From dccc62443d4030e8833b9cf57f4d2cb024eb079f Mon Sep 17 00:00:00 2001 From: fence Date: Mon, 19 Jun 2023 20:13:16 +0200 Subject: [PATCH] fix tests --- test/test_importer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_importer.py b/test/test_importer.py index 967f5fc95..55874fc6e 100644 --- a/test/test_importer.py +++ b/test/test_importer.py @@ -1931,7 +1931,8 @@ def mocked_get_release_by_id(id_, includes=[], release_status=[], }], 'release-group': { 'id': 'another-id', - } + }, + 'status': 'Official', } }