diff --git a/archetype/html-rest/src/main/resources/archetype-resources/src/test/java/rest/BookmarkRESTTest.java b/archetype/html-rest/src/main/resources/archetype-resources/src/test/java/rest/BookmarkRESTTest.java
index 3c39bf7..87fc078 100644
--- a/archetype/html-rest/src/main/resources/archetype-resources/src/test/java/rest/BookmarkRESTTest.java
+++ b/archetype/html-rest/src/main/resources/archetype-resources/src/test/java/rest/BookmarkRESTTest.java
@@ -52,7 +52,7 @@ public class BookmarkRESTTest {
client = HttpClientBuilder.create().build();
mapper = new ObjectMapper();
- Configuration config = new PropertiesConfiguration("demoiselle.properties");
+ Configuration config = new PropertiesConfiguration("test.properties");
url = config.getString("services.url");
}
diff --git a/archetype/html-rest/src/main/resources/archetype-resources/src/test/resources/demoiselle.properties b/archetype/html-rest/src/main/resources/archetype-resources/src/test/resources/demoiselle.properties
deleted file mode 100644
index 4c729f3..0000000
--- a/archetype/html-rest/src/main/resources/archetype-resources/src/test/resources/demoiselle.properties
+++ /dev/null
@@ -1 +0,0 @@
-services.url=http://localhost:8080/${artifactId}/api
diff --git a/archetype/html-rest/src/main/resources/archetype-resources/src/test/resources/test.properties b/archetype/html-rest/src/main/resources/archetype-resources/src/test/resources/test.properties
new file mode 100644
index 0000000..4c729f3
--- /dev/null
+++ b/archetype/html-rest/src/main/resources/archetype-resources/src/test/resources/test.properties
@@ -0,0 +1 @@
+services.url=http://localhost:8080/${artifactId}/api
--
libgit2 0.21.2