Skip to content

Commit

Permalink
Revert "[pre-commit.ci] auto fixes from pre-commit.com hooks"
Browse files Browse the repository at this point in the history
This reverts commit ce2b07e.
  • Loading branch information
djyasin committed Sep 10, 2024
1 parent ce2b07e commit 37b5e63
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/credential_plugins_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,17 +139,11 @@ class TestDelineaImports:

def test_dsv_import(self) -> None:
from awx_plugins.credentials.dsv import SecretsVault # noqa F401

# assert this module as opposed to older thycotic.secrets.vault
assert SecretsVault.__module__ == 'delinea.secrets.vault'

def test_tss_import(self) -> None:
from awx_plugins.credentials.tss import ( # noqa F401
DomainPasswordGrantAuthorizer,
PasswordGrantAuthorizer,
SecretServer,
ServerSecret,
)
from awx_plugins.credentials.tss import DomainPasswordGrantAuthorizer, PasswordGrantAuthorizer, SecretServer, ServerSecret # noqa F401

for cls in (
DomainPasswordGrantAuthorizer,
Expand Down

0 comments on commit 37b5e63

Please sign in to comment.