diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/catlfish_test.erl (renamed from test/ctls_test.erl) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/ctls_test.erl b/test/catlfish_test.erl index bd477de..5782984 100644 --- a/test/ctls_test.erl +++ b/test/catlfish_test.erl @@ -1,8 +1,8 @@ --module(ctls_test). +-module(catlfish_test). -include_lib("eunit/include/eunit.hrl"). -%% Requires that ctls is running (or, at the moment, that v1 has been -%% installed as an mod_esi module -- use https_server:start()). +%% Requires that catlfish is running (or, at the moment, that v1 has +%% been installed as an mod_esi module -- use https_server:start()). -define(URL, "https://flimsytest:8080/ct/v1/add_chain"). |