Skip to content

Commit

Permalink
docker/integration: adds case for numeric user
Browse files Browse the repository at this point in the history
  • Loading branch information
andrestc committed Apr 11, 2018
1 parent cdb95d9 commit 4444c96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/docker/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ func (s *S) TestSidecarExecuteAsUserIntegration(c *check.C) {
{user: "ubuntu", expectedOutput: "ubuntu\n"},
{user: "", expectedOutput: "ubuntu\n"},
{user: "root", expectedOutput: "root\n"},
{user: "1000", expectedOutput: "ubuntu\n"},
}

for _, t := range tt {
Expand Down

0 comments on commit 4444c96

Please sign in to comment.