Skip to content
This repository was archived by the owner on Jan 2, 2019. It is now read-only.

Commit 889db2e

Browse files
authored
rename integration tests folder (#170)
1 parent d476d6b commit 889db2e

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
command: pip install awscli nose testtools https://github.com/cloudify-cosmo/cloudify-fabric-plugin/archive/1.5.1.zip https://github.com/cloudify-incubator/cloudify-utilities-plugin/archive/1.7.1.zip https://github.com/cloudify-incubator/cloudify-ecosystem-test/archive/2.0.zip
111111
- run:
112112
name: execute test
113-
command: nosetests -s manager_tests/test_awssdk.py
113+
command: nosetests -s integration_tests/test_awssdk.py
114114

115115
workflows:
116116
version: 2

0 commit comments

Comments
 (0)