mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +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/ci.hcl
|
||||||
!.release/security-scan.hcl
|
!.release/security-scan.hcl
|
||||||
!.release/linux/package/etc/vault.d/vault.hcl
|
!.release/linux/package/etc/vault.d/vault.hcl
|
||||||
!command/agent/config/test-fixtures/*.hcl
|
|
||||||
!command/server/test-fixtures/**/*.hcl
|
|
||||||
!enos/**/*.hcl
|
!enos/**/*.hcl
|
||||||
|
!**/test-fixtures/**/*.hcl
|
||||||
!**/testdata/*.hcl
|
!**/testdata/*.hcl
|
||||||
|
|
||||||
# Enos
|
# 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