fix systemd generate tests
Add the `default.target` to the failing tests. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
parent
412a114d33
commit
bfa1ba5882
|
|
@ -162,7 +162,7 @@ KillMode=none
|
|||
Type=forking
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target`
|
||||
WantedBy=multi-user.target default.target`
|
||||
|
||||
goodIdNew := `# container-639c53578af4d84b8800b4635fa4e680ee80fd67e0e6a2d4eea48d1e3230f401.service
|
||||
# autogenerated by Podman CI
|
||||
|
|
@ -184,7 +184,7 @@ KillMode=none
|
|||
Type=forking
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target`
|
||||
WantedBy=multi-user.target default.target`
|
||||
|
||||
tests := []struct {
|
||||
name string
|
||||
|
|
|
|||
Loading…
Reference in New Issue