From b8eb056fd7fda5f50f07d7c0a0bc65c67d770f5e Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Tue, 6 Jan 2015 12:09:00 -0500 Subject: remove the user-data-encoding from test meta-data just so we don't come to rely on it being set to 'base64' or ''. rather the default case is that it wont be present at all. --- tests/unittests/test_datasource/test_gce.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/unittests/test_datasource/test_gce.py b/tests/unittests/test_datasource/test_gce.py index e2449ba8..89251b0e 100644 --- a/tests/unittests/test_datasource/test_gce.py +++ b/tests/unittests/test_datasource/test_gce.py @@ -33,7 +33,6 @@ GCE_META = { 'project/attributes/sshKeys': 'user:ssh-rsa AA2..+aRD0fyVw== root@server', 'instance/hostname': 'server.project-foo.local', 'instance/attributes/user-data': '/bin/echo foo\n', - 'instance/attributes/user-data-encoding': '', } GCE_META_PARTIAL = { -- cgit v1.2.3