From a9bf7c4e19bb0f866f175906b74cf5939af8515f Mon Sep 17 00:00:00 2001 From: Sohan Kunkerkar Date: Mon, 23 Mar 2020 17:24:07 -0400 Subject: [PATCH] Fix ignition config for the instantitated unit test --- tests/positive/files/units.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/positive/files/units.go b/tests/positive/files/units.go index e8b5d0db26..9c48f145d7 100644 --- a/tests/positive/files/units.go +++ b/tests/positive/files/units.go @@ -32,8 +32,8 @@ func CreateInstantiatedService() types.Test { "systemd": { "units": [ { - "name": "echo@.service" - "contents": "[Unit]\nDescription=f\n[Service]\nType=oneshot\nExecStart=/bin/echo %i\nRemainAfterExit=yes\n[Install]\nWantedBy=multi-user.target\n", + "name": "echo@.service", + "contents": "[Unit]\nDescription=f\n[Service]\nType=oneshot\nExecStart=/bin/echo %i\nRemainAfterExit=yes\n[Install]\nWantedBy=multi-user.target\n" }, { "enabled": true,