Skip to content

Commit

Permalink
hardcode token
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Huckins <dhuckins@users.noreply.github.com>
  • Loading branch information
dhuckins committed Jun 26, 2023
1 parent c531d7c commit 6063438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/vault_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def initialize
wait_for_ready
puts "vault server is ready"

@token = File.read(TOKEN_PATH)
@token = "root"

output = ""
while io.rewind
Expand Down

0 comments on commit 6063438

Please sign in to comment.