Skip to content

Commit 5925b59

Browse files
committed
Add back what looks like an ommision on system_registry
1 parent 3f76fa0 commit 5925b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/config/config.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ websocket_protocol = System.get_env("WEBSOCKET_PROTOCOL") || "ws"
2222
# Configure shoehorn boot order.
2323
config :shoehorn,
2424
app: :nerves_system_test,
25-
init: [:nerves_runtime, :nerves_network]
25+
init: [:nerves_runtime, :system_registry_term_storage, :nerves_network]
2626

2727
# Only trust signed firmware
2828
config :nerves_system_test, :firmware, public_key: System.get_env("NERVES_FW_PUB_KEY")

0 commit comments

Comments
 (0)