Skip to content

Commit 16e3b99

Browse files
Try decrypt 075 golden
1 parent 694bcf2 commit 16e3b99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xtest/golden/test075golden.tdf

1.98 KB
Binary file not shown.

xtest/test_legacy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ def test_decrypt_SDKv0_7_5(
4646
pytest.skip("Decrypting hexless files is not supported")
4747
# ct_file = get_golden_file("java-v0.7.5-94b161d53-DSP2.0.2_and_2.0.3.tdf")
4848
# ct_file = get_golden_file("test082withkasinurl2.tdf")
49-
ct_file = get_golden_file("test082golden.tdf")
50-
rt_file = tmp_dir / "0.8.2-java.untdf"
49+
ct_file = get_golden_file("test075golden.tdf")
50+
rt_file = tmp_dir / "0.7.5-java.untdf"
5151
decrypt_sdk.decrypt(ct_file, rt_file, container="ztdf")
5252

5353
# java -jar /home/runner/work/tests/tests/otdftests/xtest/sdk/java/dist/main/cmdline.jar --client-id=opentdf --client-secret=secret --plaintext --platform-endpoint=http://localhost:8080 decrypt --file=/home/runner/work/tests/tests/otdftests/xtest/golden/java-v0.7.5-94b161d53-DSP2.0.2_and_2.0.3.tdf > tmp/0.7.5-java.untdf

0 commit comments

Comments
 (0)