@@ -1129,8 +1129,7 @@ async fn test_instance_migration_compatible_cpu_platforms(
11291129 // Set up a second sled-agent representing a sled with a Turin processor.
11301130 // The instance itself requires only Milan, so it should be able to migrate
11311131 // both directions.
1132- let nexus_address =
1133- cptestctx. server . get_http_server_internal_address ( ) . await ;
1132+ let nexus_address = cptestctx. server . get_http_server_internal_address ( ) ;
11341133
11351134 let config = omicron_sled_agent:: sim:: Config :: for_testing (
11361135 SledUuid :: new_v4 ( ) ,
@@ -1319,8 +1318,7 @@ async fn test_instance_migration_incompatible_cpu_platforms(
13191318
13201319 // Set up a second sled-agent representing a sled with a Turin processor.
13211320 // The instance will require Turin, so it will be placed here.
1322- let nexus_address =
1323- cptestctx. server . get_http_server_internal_address ( ) . await ;
1321+ let nexus_address = cptestctx. server . get_http_server_internal_address ( ) ;
13241322
13251323 let config = omicron_sled_agent:: sim:: Config :: for_testing (
13261324 SledUuid :: new_v4 ( ) ,
@@ -1397,8 +1395,7 @@ async fn test_instance_migration_unknown_sled_type(
13971395
13981396 // Set up a second sled-agent representing a sled with unknown processor
13991397 // type. We won't be able to migrate to (or from) here.
1400- let nexus_address =
1401- cptestctx. server . get_http_server_internal_address ( ) . await ;
1398+ let nexus_address = cptestctx. server . get_http_server_internal_address ( ) ;
14021399
14031400 let config = omicron_sled_agent:: sim:: Config :: for_testing (
14041401 SledUuid :: new_v4 ( ) ,
@@ -6737,8 +6734,7 @@ async fn test_can_start_instance_with_cpu_platform(
67376734 1
67386735 ) ;
67396736
6740- let nexus_address =
6741- cptestctx. server . get_http_server_internal_address ( ) . await ;
6737+ let nexus_address = cptestctx. server . get_http_server_internal_address ( ) ;
67426738
67436739 let config = omicron_sled_agent:: sim:: Config :: for_testing (
67446740 SledUuid :: new_v4 ( ) ,
0 commit comments