summaryrefslogtreecommitdiffstats
path: root/dcae-cli/dcae_cli/commands/tests/test_data_format_cmd.py
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-03-11 00:51:35 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-11 00:51:35 +0000
commitf9242fb6fd592a14b09761dfb58fb7f7e7c56607 (patch)
tree80add99f51d10c0d18ee3aa1d01eeeb8d75f5402 /dcae-cli/dcae_cli/commands/tests/test_data_format_cmd.py
parented0e21efa55bce913ccfb9ab6c20333f7fba7605 (diff)
parentb11dae55f54720759431107e83f1070c10aacd96 (diff)
Merge "Make tox work in a fresh scenario"
Diffstat (limited to 'dcae-cli/dcae_cli/commands/tests/test_data_format_cmd.py')
-rw-r--r--dcae-cli/dcae_cli/commands/tests/test_data_format_cmd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/dcae-cli/dcae_cli/commands/tests/test_data_format_cmd.py b/dcae-cli/dcae_cli/commands/tests/test_data_format_cmd.py
index 8ef4c9b..9a71e41 100644
--- a/dcae-cli/dcae_cli/commands/tests/test_data_format_cmd.py
+++ b/dcae-cli/dcae_cli/commands/tests/test_data_format_cmd.py
@@ -1,7 +1,7 @@
# ============LICENSE_START=======================================================
# org.onap.dcae
# ================================================================================
-# Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -40,7 +40,7 @@ def _get_spec(path):
return json.load(file)
-def test_basic():
+def test_basic(mock_cli_config):
obj = {'catalog': MockCatalog(purge_existing=True, db_name='dcae_cli.test.db', enforce_image=False),
'config': {'user': 'test-user'}}