Skip to content

Commit

Permalink
remove unused fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
briantist committed Aug 5, 2022
1 parent 2a0ca96 commit 4afc873
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/unit/plugins/plugin_utils/test_hashi_vault_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@ def hashi_vault_helper():
return HashiVaultHelper()


@pytest.fixture
def vault_unicode_token():
return u'fake123'


@pytest.fixture
def vault_bytes_token():
return b'fake456'


@pytest.fixture
def expected_stringify_candidates():
return set(
Expand Down

0 comments on commit 4afc873

Please sign in to comment.