From d918ad3caac5046b63d0635e3250afa85b77ac67 Mon Sep 17 00:00:00 2001 From: Akseli Lukkarila Date: Wed, 30 Oct 2024 14:23:16 +0200 Subject: [PATCH] fix secret names in integration tests --- .github/workflows/integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e18c8dae..382ee6e2 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -272,13 +272,13 @@ jobs: run: vault -d 'secret-python-pyo3' - name: Delete secret with Python-pyo3 - run: vault -d 'secret-python-rust' + run: vault -d 'secret-rust' - name: Delete secret with Python-pyo3 - run: vault -d 'secret-python-go' + run: vault -d 'secret-go' - name: Delete secret with Python-pyo3 - run: vault -d 'secret-python-nodejs' + run: vault -d 'secret-nodejs' - name: Verify that keys have been deleted using Python-pyo3 run: |