Skip to content

Commit 01f6c36

Browse files
committed
Fix test mock
1 parent 5e0e551 commit 01f6c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustv1/examples/ec2/src/getting_started/tests/scenario_with_mocks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ async fn test_unhappy_path_instance_takes_too_long() {
591591
{
592592
mock_ec2
593593
.expect_delete_key_pair()
594-
.with(eq("kp-12345"))
594+
.with(eq("test_key"))
595595
.returning(|_| Ok(()));
596596

597597
mock_util

0 commit comments

Comments
 (0)