summaryrefslogtreecommitdiffstats
path: root/tests/test_apex_network_environment.py
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-07-01 18:01:24 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-07-01 18:01:24 +0000
commit9366d88b499d51369182c8fb04fa358ae6694844 (patch)
tree9ff2ef66ab095f04b283a495442988a33cb506d7 /tests/test_apex_network_environment.py
parent4329294c99fd22b814aa8d7183e0e8de543ac5c5 (diff)
parent45fabbab6a4107df8a32f09045cf955afeb2e4ac (diff)
Merge "Syntax updates and new tests"
Diffstat (limited to 'tests/test_apex_network_environment.py')
-rw-r--r--tests/test_apex_network_environment.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_apex_network_environment.py b/tests/test_apex_network_environment.py
index 90c89073..2a8438fa 100644
--- a/tests/test_apex_network_environment.py
+++ b/tests/test_apex_network_environment.py
@@ -33,7 +33,8 @@ class TestNetworkEnvironment(object):
"""This method is run once after _each_ test method is executed"""
def test_init(self):
- assert_raises(NetworkEnvException, NetworkEnvironment, None, '../build/network-environment.yaml')
+ assert_raises(NetworkEnvException, NetworkEnvironment,
+ None, '../build/network-environment.yaml')
def test_get_netenv_settings(self):
ns = NetworkSettings('../config/network/network_settings.yaml', True)