Skip to content

Commit

Permalink
Merge pull request #74 from lkubb/reduce-test-flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
lkubb authored Jul 23, 2024
2 parents 9d22bc7 + cf0ba03 commit ea72c7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Autogenerated. Do not edit this by hand, use `copier update`.
---
_commit: 0.3.2
_commit: 0.3.4
_src_path: https://github.com/lkubb/salt-extension-copier
author: Salt Core Team
author_email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Extract tag name
id: get_version
run: echo "::set-output name=version::$(echo ${GITHUB_REF#refs/tags/v})"
run: echo "version=$(echo ${GITHUB_REF#refs/tags/v})" >> $GITHUB_OUTPUT

call_central_workflow:
needs: get_tag_version
Expand Down
1 change: 1 addition & 0 deletions tests/unit/utils/vault/test_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ def _assert_not_updated(self, remote, cached):
cached.store.assert_not_called()


@pytest.mark.usefixtures("time_stopped")
class TestFetchSecretId:
"""
Tests for Vault Fetch Secret Id
Expand Down

0 comments on commit ea72c7d

Please sign in to comment.