diff --git a/openprocurement/chronograph/tests/base.py b/openprocurement/chronograph/tests/base.py index 63a3e7d..b7aca57 100644 --- a/openprocurement/chronograph/tests/base.py +++ b/openprocurement/chronograph/tests/base.py @@ -15,6 +15,7 @@ except ImportError: now = datetime.now() test_auction_data = { + "procurementMethodType": "exampleBelowThreshold", "title": u"футляри до державних нагород", "procuringEntity": { "name": u"Державне управління справами", diff --git a/openprocurement/chronograph/tests/plugins.yaml b/openprocurement/chronograph/tests/plugins.yaml new file mode 100644 index 0000000..79d393b --- /dev/null +++ b/openprocurement/chronograph/tests/plugins.yaml @@ -0,0 +1,7 @@ +--- +auctions.core: + plugins: + auctions.flash: + aliases: [] + use_default: true + migration: false diff --git a/openprocurement/chronograph/tests/tests.ini b/openprocurement/chronograph/tests/tests.ini index 5804c57..59cda95 100644 --- a/openprocurement/chronograph/tests/tests.ini +++ b/openprocurement/chronograph/tests/tests.ini @@ -12,7 +12,7 @@ pyramid.debug_notfound = false pyramid.debug_routematch = false pyramid.debug_templates = true pyramid.default_locale_name = en -plugins = auctions.core,auctions.flash +plugins = %(here)s/plugins.yaml [server:main] use = egg:chaussette