Deployment and lifecycle management for Nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

test: wait for deployment task to complete before exiting tests

+3
+3
apps/sower/test/sower_web/channels/garden_channel_handle_in_test.exs
··· 105 105 106 106 assert_reply ref, :ok, %{request_id: request_id} 107 107 assert is_binary(request_id) 108 + 109 + # Wait for the async deployment task to complete before test exits 110 + assert_push "deployment", _payload, 5000 108 111 end 109 112 110 113 @tag :capture_log