From be5414d9b480423dea55defd6e57bf4b833ee54d Mon Sep 17 00:00:00 2001 From: Samuel Munilla Date: Tue, 9 Aug 2016 13:31:02 -0400 Subject: a-o-i: Update nosetests for ansible_ssh_user Update the nosetests to reflect the new location of ansible_ssh_user in the config file. --- utils/test/fixture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/test/fixture.py') diff --git a/utils/test/fixture.py b/utils/test/fixture.py index 006df739b..152c06da8 100644 --- a/utils/test/fixture.py +++ b/utils/test/fixture.py @@ -11,9 +11,9 @@ from click.testing import CliRunner SAMPLE_CONFIG = """ variant: %s variant_version: 3.2 -ansible_ssh_user: root master_routingconfig_subdomain: example.com deployment: + ansible_ssh_user: root hosts: - connect_to: 10.0.0.1 ip: 10.0.0.1 -- cgit v1.2.3