From 02b6f8ec9b298f53d597cd3cf023e953784953fc Mon Sep 17 00:00:00 2001 From: Tom Proctor Date: Tue, 5 Mar 2024 13:27:26 +0000 Subject: [PATCH] Add test data file to fix ent-only unit test (#25782) --- .gitignore | 3 +-- command/test-fixtures/config.hcl | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 command/test-fixtures/config.hcl diff --git a/.gitignore b/.gitignore index 1675763341..15bcfca6d3 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/command/test-fixtures/config.hcl b/command/test-fixtures/config.hcl new file mode 100644 index 0000000000..e15c243e41 --- /dev/null +++ b/command/test-fixtures/config.hcl @@ -0,0 +1,4 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: BUSL-1.1 + +token_helper = "foo" \ No newline at end of file