Skip to content

Commit

Permalink
fix ci: update systemd generate unit test
Browse files Browse the repository at this point in the history
Two PRs have been merged causing a failure in one unit test.
Fix the unit test to turn CI green again.

Signed-off-by: Valentin Rothberg <[email protected]>
  • Loading branch information
vrothberg committed Sep 14, 2022
1 parent ae20f19 commit dd53ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/systemd/generate/pods_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Documentation=man:podman-generate-systemd(1)
Wants=network-online.target
After=network-online.target
RequiresMountsFor=/var/run/containers/storage
Requires=
Wants=
Before=
[Service]
Expand Down

0 comments on commit dd53ee5

Please sign in to comment.