Skip to content

Commit

Permalink
fix set_recording_environments tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
costaconrado committed Jan 21, 2025
1 parent 0d2e3c4 commit 6856e17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,9 @@ def set_invalid_tokens(is_recording_vcr, monkeypatch):


@pytest.fixture(autouse=True) # Automatically use in tests.
def set_recording_environments(is_recording_vcr, monkeypatch):
def set_recording_environments(
is_recording_vcr, bugzilla_token, jira_token, monkeypatch
):
"""
automatically use local environments variables when writing VCRs cassettes
"""
Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add SLA exclusion policies (OSIDB-3711)
- Implement 'in' operator in SLA conditions (OSIDB-3711)
- Enable async Jira task sync and transition (OSIDB-3693)
- Add basic end-to-end tests for Flaws, Affects and Trackers (OSIDB-3495)

### Changed
- Removed `last_validated_dt` from exposed JSON Flaw History data (OSIDB-3814), handled edge-case that would cause failure (OSIDB-3858)
Expand Down

0 comments on commit 6856e17

Please sign in to comment.