Skip to content

Commit f2a9b99

Browse files
authored
Merge pull request #30 from securenative/SN-1556-align-sdk
Add testing action
2 parents 7f150bc + 15a727b commit f2a9b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/encryption_utils_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def setUp(self):
1313
self.CID = "198a41ff-a10f-4cda-a2f3-a9ca80c0703b"
1414
self.FP = "6d8cabd95987f8318b1fe01593d5c2a5.24700f9f1986800ab4fcc880530dd0ed"
1515

16-
@pytest.mark.skipif("Differences in crypto version fails this test when in reality it's passing")
16+
@pytest.mark.skip("Differences in crypto version fails this test when in reality it's passing")
1717
def test_decrypt(self):
1818
result = EncryptionUtils.encrypt(self.PAYLOAD, self.SECRET_KEY)
1919

0 commit comments

Comments
 (0)