From b626f3fdcd63f9c619a44cf72c33773543b3bd97 Mon Sep 17 00:00:00 2001 From: atusa17 Date: Fri, 1 Feb 2019 22:09:51 -0700 Subject: [PATCH] Initial Gradle commit with test properties, development properties, logging properties, lombok properties, and travis properties, and example Spring Boot classes and integration and unit tests --- pandamonium-theorem-prover/src/test/resources/test.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandamonium-theorem-prover/src/test/resources/test.properties b/pandamonium-theorem-prover/src/test/resources/test.properties index 346023d..9bc08c6 100644 --- a/pandamonium-theorem-prover/src/test/resources/test.properties +++ b/pandamonium-theorem-prover/src/test/resources/test.properties @@ -1 +1 @@ -integration.test.url=http://localhost: \ No newline at end of file +integration.test.base.url=http://localhost: \ No newline at end of file