Skip to content

Commit a86ebd0

Browse files
Apply suggestions from code review
Co-authored-by: Steve Laing <steve.laing@gmail.com>
1 parent 6a95cce commit a86ebd0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/powershell/smoke_test.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ $env:PYTHONPATH = 'src'
3535

3636
$echoScript = @'
3737
from pynetdicom import AE
38+
from pynetdicom.sop_class import Verification
3839
ae = AE()
39-
ae.add_requested_context("1.2.840.10008.1.1") # gitleaks:allow
40+
ae.add_requested_context(Verification)
4041
assoc = ae.associate("127.0.0.1", 4244)
4142
if not assoc.is_established:
4243
raise SystemExit("PACS association failed — check Gateway-PACS service logs")

0 commit comments

Comments
 (0)