mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 00:33:28 -04:00
Add test data file to fix ent-only unit test (#25782)
This commit is contained in:
parent
164a1af54a
commit
02b6f8ec9b
2 changed files with 5 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -55,9 +55,8 @@ Vagrantfile
|
|||
!.release/ci.hcl
|
||||
!.release/security-scan.hcl
|
||||
!.release/linux/package/etc/vault.d/vault.hcl
|
||||
!command/agent/config/test-fixtures/*.hcl
|
||||
!command/server/test-fixtures/**/*.hcl
|
||||
!enos/**/*.hcl
|
||||
!**/test-fixtures/**/*.hcl
|
||||
!**/testdata/*.hcl
|
||||
|
||||
# Enos
|
||||
|
|
|
|||
4
command/test-fixtures/config.hcl
Normal file
4
command/test-fixtures/config.hcl
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Copyright (c) HashiCorp, Inc.
|
||||
# SPDX-License-Identifier: BUSL-1.1
|
||||
|
||||
token_helper = "foo"
|
||||
Loading…
Reference in a new issue