From 7a584e1a6e700c569c4f6a0241ad34a80f385882 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Thu, 3 Dec 2020 20:39:27 +0000 Subject: [PATCH] Fix failing UI test --- app/tests/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tests/test_api.py b/app/tests/test_api.py index 154e1781..98d23527 100644 --- a/app/tests/test_api.py +++ b/app/tests/test_api.py @@ -1,7 +1,7 @@ import pytest from app import app from app.default_data import populate_test_data -from app.models import db, License, Tag, User, UserRank, Package +from app.models import db, License, Tag, User, UserRank, Package, PackageState from utils import client, recreate_db, parse_json from utils import is_str, is_int, is_optional