Skip to content

Commit

Permalink
Merge pull request #941 from sohankunkerkar/fix_black_tests
Browse files Browse the repository at this point in the history
Fix ignition config for the instantiated unit blackbox_test
  • Loading branch information
bgilbert committed Mar 23, 2020
2 parents 7d8410b + 1b218ce commit d194b21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/positive/files/units.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ func CreateInstantiatedService() types.Test {
"systemd": {
"units": [
{
"name": "[email protected]"
"contents": "[Unit]\nDescription=f\n[Service]\nType=oneshot\nExecStart=/bin/echo %i\nRemainAfterExit=yes\n[Install]\nWantedBy=multi-user.target\n",
"name": "[email protected]",
"contents": "[Unit]\nDescription=f\n[Service]\nType=oneshot\nExecStart=/bin/echo %i\nRemainAfterExit=yes\n[Install]\nWantedBy=multi-user.target\n"
},
{
"enabled": true,
Expand All @@ -42,7 +42,7 @@ func CreateInstantiatedService() types.Test {
{
"enabled": true,
"name": "[email protected]"
},
}
]
}
}`
Expand Down

0 comments on commit d194b21

Please sign in to comment.