Skip to content

Commit fe50b8f

Browse files
committed
test fix
1 parent 932ad04 commit fe50b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nexus/mgs-updates/src/test_util/host_phase_2_test_state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ impl HostPhase2TestContext {
127127
.version_policy(dropshot::VersionPolicy::Dynamic(Box::new(
128128
dropshot::ClientSpecifiesVersionInHeader::new(
129129
omicron_common::api::VERSION_HEADER,
130-
sled_agent_api::VERSION_MULTICAST_SUPPORT,
130+
sled_agent_api::latest_version(),
131131
),
132132
)))
133133
.start()

0 commit comments

Comments
 (0)