Skip to content

Commit

Permalink
fix secret names in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Oct 30, 2024
1 parent 7adec32 commit d918ad3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d918ad3

Please sign in to comment.