summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-06-10 20:27:06 +0200
committerLinus Nordberg <linus@nordberg.se>2014-06-10 20:27:06 +0200
commitf473802d5ebe9192c635c477d053523b2baaa3a3 (patch)
tree93715c463006a28fddcd2dd55fb49abae9169e71 /test
parenta59474f202b8115a8bff58101b1b9847551764ce (diff)
Change ctls -> catlfish.
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").