Update nomad/job_endpoint_test.go

Co-Authored-By: cgbaker <cgbaker@hashicorp.com>
This commit is contained in:
Michael Schurter
2019-03-28 14:57:59 -04:00
committed by Preetha Appan
parent c479034f07
commit 9193cbaf30

View File

@@ -1114,6 +1114,8 @@ func TestJobEndpoint_Revert_Vault_NoToken(t *testing.T) {
}
}
// TestJobEndpoint_Revert_Vault_Policies asserts that job revert uses the
// revert request's Vault token when authorizing policies.
func TestJobEndpoint_Revert_Vault_Policies(t *testing.T) {
t.Parallel()
s1 := TestServer(t, func(c *Config) {