Skip to content

Commit

Permalink
fixed the formating issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ramavenkata-loya committed May 22, 2024
1 parent a1d4fff commit 675a6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/plugins/lookup/test_conjur_variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ def test_extra_vars(self):
terms = ['ansible/fake-secret']
kwargs = {'validate_certs': True}
output = self.lookup.run(terms, variables, **kwargs)
self.assertEqual(output, "conjur_variable")
self.assertEqual(output, "conjur_variable")

0 comments on commit 675a6b2

Please sign in to comment.