diff --git a/src/main/Main.java b/src/main/Main.java index f4580ba..8173834 100644 --- a/src/main/Main.java +++ b/src/main/Main.java @@ -13,7 +13,7 @@ static ArrayList pathParam = new ArrayList<>(); static NecessaryParam nes = new NecessaryParam(); static TestGETCactus get = new TestGETCactus(); - static TestPOSTCactus post = new TestPOSTCactus("f", "f", "f"); + static TestCreatePOSTCactus post = new TestCreatePOSTCactus("f", "f", "f"); static TestPUTCactus put = new TestPUTCactus("f", "f"); static TestDELETECactus delete = new TestDELETECactus("qF9bgKYZmw8P");