From 9245ad719b8900d5bca087fb7ec85e9e63472830 Mon Sep 17 00:00:00 2001 From: bonty Date: Tue, 5 Nov 2024 22:13:57 +0900 Subject: [PATCH] fix: local emulator test --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 6b1d5e43..c40754a1 100644 --- a/Rakefile +++ b/Rakefile @@ -56,8 +56,8 @@ task :acceptance, [:project, :keyfile, :instance, :tests] do |t, args| tests ||= "**" # always overwrite when running tests - ENV["SPANNER_PROJECT"] = project - ENV["SPANNER_KEYFILE_JSON"] = keyfile + ENV["SPANNER_TEST_PROJECT"] = project + ENV["SPANNER_TEST_KEYFILE_JSON"] = keyfile ENV["SPANNER_TEST_INSTANCE"] = instance ENV["SPANNER_EMULATOR_HOST"] = emulator_host