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", )