We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f76fa0 commit 5925b59Copy full SHA for 5925b59
test/config/config.exs
@@ -22,7 +22,7 @@ websocket_protocol = System.get_env("WEBSOCKET_PROTOCOL") || "ws"
22
# Configure shoehorn boot order.
23
config :shoehorn,
24
app: :nerves_system_test,
25
- init: [:nerves_runtime, :nerves_network]
+ init: [:nerves_runtime, :system_registry_term_storage, :nerves_network]
26
27
# Only trust signed firmware
28
config :nerves_system_test, :firmware, public_key: System.get_env("NERVES_FW_PUB_KEY")
0 commit comments