Skip to content

Commit

Permalink
Merge 9078930 into backport/f-err-on-missing-key/multiply-daring-ram
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-nomad-core authored Nov 4, 2022
2 parents 537a7e0 + 9078930 commit 7c8b7d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jobspec/parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,8 @@ func TestParse(t *testing.T) {
Splay: timeToPtr(10 * time.Second),
Perms: stringToPtr("0644"),
Envvars: boolToPtr(true),
Uid: intToPtr(-1),
Gid: intToPtr(-1),
VaultGrace: timeToPtr(33 * time.Second),
ErrMissingKey: boolToPtr(true),
},
Expand Down

0 comments on commit 7c8b7d3

Please sign in to comment.