Skip to content

Commit e7b0ac1

Browse files
committed
cargo fmt
1 parent 1fe93fe commit e7b0ac1

File tree

1 file changed

+6
-2
lines changed
  • nexus/tests/integration_tests

1 file changed

+6
-2
lines changed

nexus/tests/integration_tests/vpcs.rs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,9 @@ async fn test_limited_collaborator_blocked_from_networking_resources(
597597
.authn_as(AuthnMode::SiloUser(limited_user.id))
598598
.execute()
599599
.await
600-
.expect("limited collaborator should not be able to create internet gateway");
600+
.expect(
601+
"limited collaborator should not be able to create internet gateway",
602+
);
601603

602604
// Setup for remaining tests: Create IGW and router as privileged user
603605
let igw_name = "test-gateway";
@@ -708,7 +710,9 @@ async fn test_limited_collaborator_blocked_from_networking_resources(
708710
.authn_as(AuthnMode::SiloUser(limited_user.id))
709711
.execute()
710712
.await
711-
.expect("limited collaborator should not be able to modify VPC firewall rules");
713+
.expect(
714+
"limited collaborator should not be able to modify VPC firewall rules",
715+
);
712716
}
713717

714718
#[nexus_test]

0 commit comments

Comments
 (0)