Skip to content

Commit

Permalink
Merge pull request containers#19191 from sstosh/e2e-fix-username
Browse files Browse the repository at this point in the history
e2e: Fetch the correct user name
  • Loading branch information
openshift-merge-robot authored Jul 11, 2023
2 parents 77b36ca + 72a1857 commit e6dbb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/play_kube_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4533,7 +4533,7 @@ ENV OPENJ9_JAVA_OPTIONS=%q
It("podman play kube using a user namespace", func() {
u, err := user.Current()
Expect(err).ToNot(HaveOccurred())
name := u.Name
name := u.Username
if name == "root" {
name = "containers"
}
Expand Down

0 comments on commit e6dbb42

Please sign in to comment.