Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanqui committed Sep 22, 2024
1 parent 5996007 commit 78e6ea6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_rhinventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from flask_login import login_user

from rhinventory.app import create_app
from rhinventory.config import DROPZONE_PATH
from rhinventory.extensions import db
from rhinventory.db import User, Organization
from rhinventory.models.asset import Asset, AssetCategory
Expand All @@ -17,6 +18,7 @@ class TestAppConfig:
FILES_DIR = "files"
SECRET_KEY = "abc"
SENTRY_DSN = None
DROPZONE_PATH = "dropzone"


@pytest.fixture()
Expand Down

0 comments on commit 78e6ea6

Please sign in to comment.