Skip to content

Commit ea72c7d

Browse files
authored
Merge pull request #74 from lkubb/reduce-test-flakiness
2 parents 9d22bc7 + cf0ba03 commit ea72c7d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Autogenerated. Do not edit this by hand, use `copier update`.
22
---
3-
_commit: 0.3.2
3+
_commit: 0.3.4
44
_src_path: https://github.com/lkubb/salt-extension-copier
55
author: Salt Core Team
66
author_email: saltproject@vmware.com

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

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

2121
call_central_workflow:
2222
needs: get_tag_version

tests/unit/utils/vault/test_factory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,7 @@ def _assert_not_updated(self, remote, cached):
598598
cached.store.assert_not_called()
599599

600600

601+
@pytest.mark.usefixtures("time_stopped")
601602
class TestFetchSecretId:
602603
"""
603604
Tests for Vault Fetch Secret Id

0 commit comments

Comments
 (0)