File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
nexus/tests/integration_tests Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments