From d8273d352eb786d3d71fa6ee302db9c72b7e3da7 Mon Sep 17 00:00:00 2001 From: Gus Narea Date: Tue, 4 Apr 2023 17:50:08 +0100 Subject: [PATCH] docs: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84d6134..04fb594 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The following environment variables must be defined depending on the adapter: ## Integration test suite -The integration tests aren't currently run on CI, and can be run with `npm run test:integration:local`. Note that some environments variables must be set, and others are optional: +The integration tests aren't currently run on CI, and can be run with `npm run test:integration:local`. All GCP resources will be created within the same project where the service account lives. The GCP service account should be allowed to manage KMS resources.