From 425fd13922b420873f145f21eb2d7ad6193c7f1a Mon Sep 17 00:00:00 2001 From: TJ Zhang Date: Mon, 21 Oct 2024 16:02:54 -0700 Subject: [PATCH] fixing test description Signed-off-by: TJ Zhang --- .github/workflows/node.yml | 2 +- node/tests/ServerModules.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 9e41fafde2..a9b6b4be18 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -277,7 +277,7 @@ jobs: test-modules: if: (github.repository_owner == 'valkey-io' && github.event_name == 'workflow_dispatch') || github.event.pull_request.head.repo.owner.login == 'valkey-io' - #environment: AWS_ACTIONS + environment: AWS_ACTIONS name: Running Module Tests runs-on: [self-hosted, linux, ARM64] timeout-minutes: 15 diff --git a/node/tests/ServerModules.test.ts b/node/tests/ServerModules.test.ts index c617e3e18f..8e1ced3071 100644 --- a/node/tests/ServerModules.test.ts +++ b/node/tests/ServerModules.test.ts @@ -230,7 +230,7 @@ describe("GlideJson", () => { ); it.each([ProtocolVersion.RESP2, ProtocolVersion.RESP3])( - "json.toggle formatting", + "json.toggle tests", async (protocol) => { client = await GlideClusterClient.createClient( getClientConfigurationOption(cluster.getAddresses(), protocol),