Skip to content

Commit a63e54a

Browse files
committed
ea_commands: change index used in test_policy_authorize_nv()
Signed-off-by: Julien Gomes <julien@arista.com>
1 parent b285c8f commit a63e54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tss-esapi/tests/integration_tests/context_tests/tpm_commands/enhanced_authorization_ea_commands_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ mod test_policy_authorize_nv {
930930
.with_encrypt(true)
931931
.build();
932932

933-
let nv_index = NvIndexTpmHandle::new(0x01500015).unwrap();
933+
let nv_index = NvIndexTpmHandle::new(0x01500500).unwrap();
934934
let initial_owner_nv_index_handle = write_nv_index(&mut context, nv_index);
935935

936936
context

0 commit comments

Comments
 (0)