From be661b0e7ae28d444d8721aab1f66eff1a637e6a Mon Sep 17 00:00:00 2001 From: Quentin Bernet Date: Wed, 23 Jul 2025 16:23:54 +0200 Subject: [PATCH] Add missing procedure_id to testing_examples --- testing_examples/openhtf/all_the_things/main.py | 1 + testing_examples/openhtf/without_streaming/main.py | 1 + 2 files changed, 2 insertions(+) diff --git a/testing_examples/openhtf/all_the_things/main.py b/testing_examples/openhtf/all_the_things/main.py index d79b503..0cefc39 100644 --- a/testing_examples/openhtf/all_the_things/main.py +++ b/testing_examples/openhtf/all_the_things/main.py @@ -158,6 +158,7 @@ def make_test(): test_description="OpenHTF Example Test", test_version="1.0.0", part_number="PCB01", + procedure_id="FVT1", ) diff --git a/testing_examples/openhtf/without_streaming/main.py b/testing_examples/openhtf/without_streaming/main.py index 1ee0488..f89d527 100644 --- a/testing_examples/openhtf/without_streaming/main.py +++ b/testing_examples/openhtf/without_streaming/main.py @@ -158,6 +158,7 @@ def make_test(): test_description="OpenHTF Example Test", test_version="1.0.0", part_number="PCB01", + procedure_id="FVT1", )