Skip to content

Commit d9efe97

Browse files
SK-1908: Fix tests
1 parent 2125a36 commit d9efe97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/vault/controller/test__vault.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,11 +511,11 @@ def test_detokenize_successful(self, mock_parse_response, mock_validate):
511511
data=[
512512
{
513513
'token': 'token1',
514-
'redaction': RedactionType.PLAIN_TEXT
514+
'redaction': 'PLAIN_TEXT'
515515
},
516516
{
517517
'token': 'token2',
518-
'redaction': RedactionType.PLAIN_TEXT
518+
'redaction': 'PLAIN_TEXT'
519519
}
520520
],
521521
continue_on_error=False

0 commit comments

Comments
 (0)