\ No newline at end of file
diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties
deleted file mode 100644
index 6b121dd..0000000
--- a/src/test/resources/application.properties
+++ /dev/null
@@ -1,10 +0,0 @@
-spring.h2.console.enabled=true
-spring.h2.console.path=/h2
-spring.datasource.url=jdbc:h2:mem:teste
-spring.datasource.driver-class-name=org.h2.Driver
-spring.datasource.username=sa
-spring.datasource.password=password
-spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
-server.port=8080
-spring.jpa.hibernate.ddl-auto=create
-spring.jpa.show-sql=true
\ No newline at end of file