fix tests
This commit is contained in:
parent
8cffd03013
commit
15b5a271ae
|
@ -224,9 +224,8 @@ class BaseTest:
|
|||
self, file_name: str, process_model_test_data_dir: str
|
||||
) -> bytes:
|
||||
"""Get_test_data_file_contents."""
|
||||
current_app.root_path,
|
||||
file_full_path = os.path.join(
|
||||
current_app.root_path,
|
||||
current_app.instance_path,
|
||||
"..",
|
||||
"..",
|
||||
"tests",
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
"""Process Model."""
|
||||
from flask.app import Flask
|
||||
from decimal import Decimal
|
||||
|
||||
from flask.app import Flask
|
||||
from flask_bpmn.models.db import db
|
||||
from spiffworkflow_backend.models.spiff_logging import SpiffLoggingModel
|
||||
|
||||
from tests.spiffworkflow_backend.helpers.base_test import BaseTest
|
||||
from tests.spiffworkflow_backend.helpers.test_data import load_test_spec
|
||||
|
||||
from spiffworkflow_backend.models.spiff_logging import SpiffLoggingModel
|
||||
|
||||
|
||||
class TestSpiffLogging(BaseTest):
|
||||
"""TestSpiffLogging."""
|
||||
|
|
Loading…
Reference in New Issue