mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 01:32:33 +00:00
Add test data file to fix ent-only unit test (#25782)
This commit is contained in:
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"
|
||||
Reference in New Issue
Block a user