Fix failing UI test

This commit is contained in:
rubenwardy 2020-12-03 20:39:27 +00:00
parent 00be054135
commit 7a584e1a6e
1 changed files with 1 additions and 1 deletions

View File

@ -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