Skip to content

Commit

Permalink
Fix entrypoint container test with new error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
tofupup committed Sep 6, 2022
1 parent 527a521 commit 8df4f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/.container-structure-test-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ commandTests:
value: "1000:1000"
command: "/entrypoint.sh"
args: [ "-V" ]
expectedOutput: ["^user:gid 1000:1000 lacks permissions to //\\n$"]
expectedError: ["^ERROR: uid:gid 1000:1000 lacks permissions to //\\n$"]
exitCode: 1

- name: "su-exec"
Expand Down

0 comments on commit 8df4f20

Please sign in to comment.