diff --git a/quickstart_complete/nada_quickstart_programs/tests/secret_addition_complete.yaml b/quickstart_complete/nada_quickstart_programs/tests/secret_addition_complete.yaml index 46541fe8..3ce195d3 100644 --- a/quickstart_complete/nada_quickstart_programs/tests/secret_addition_complete.yaml +++ b/quickstart_complete/nada_quickstart_programs/tests/secret_addition_complete.yaml @@ -1,12 +1,10 @@ --- program: secret_addition_complete inputs: - secrets: - my_int1: - SecretInteger: "3" - my_int2: - SecretInteger: "3" - public_variables: {} + my_int1: + SecretInteger: "3" + my_int2: + SecretInteger: "3" expected_outputs: my_output: SecretInteger: "6"