We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932ad04 commit fe50b8fCopy full SHA for fe50b8f
nexus/mgs-updates/src/test_util/host_phase_2_test_state.rs
@@ -127,7 +127,7 @@ impl HostPhase2TestContext {
127
.version_policy(dropshot::VersionPolicy::Dynamic(Box::new(
128
dropshot::ClientSpecifiesVersionInHeader::new(
129
omicron_common::api::VERSION_HEADER,
130
- sled_agent_api::VERSION_MULTICAST_SUPPORT,
+ sled_agent_api::latest_version(),
131
),
132
)))
133
.start()
0 commit comments