Skip to content

Commit d7e1a07

Browse files
committed
Edited the test properties to test locally, pushed to github and then broke the remote testing .
1 parent d13afd5 commit d7e1a07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

memex/src/test/resources/application-test.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#Keep this empty if you want tests to use Mongo test container
22
#spring.data.mongodb.uri=mongodb://localhost:27018
3-
#spring.data.mongodb.uri=
3+
spring.data.mongodb.uri=
44
##Set this to false if you are using Enterprise Advanced without Search
55
#Search tests will of course fail
6-
#memex.mongodb.hasSearch=false
6+
memex.mongodb.hasSearch=true
77
spring.data.mongodb.database=memextest
88
memex.kafkaexmple.enabled=true
99
# To run tests against non-local environment, override memex.base-url with the actual URL of the server under test.

0 commit comments

Comments
 (0)