diff options
Diffstat (limited to 'test/cowboy_test.erl')
-rw-r--r-- | test/cowboy_test.erl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/cowboy_test.erl b/test/cowboy_test.erl index 0dfd36f..786eab6 100644 --- a/test/cowboy_test.erl +++ b/test/cowboy_test.erl @@ -30,10 +30,6 @@ do_start(App) -> do_start(App) end. -stop(Apps) -> - _ = [application:stop(App) || App <- Apps], - ok. - %% Quick configuration value retrieval. config(Key, Config) -> |