You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by dr...@apache.org on 2020/03/30 15:18:20 UTC

[gora] 04/05: GORA-652 CouchDB: Use standard chouchdb container

This is an automated email from the ASF dual-hosted git repository.

drazzib pushed a commit to branch GORA-652-enable-tests-by-default
in repository https://gitbox.apache.org/repos/asf/gora.git

commit 0bce17613ab8d96480caaba3f2fb00e2bfa43627
Author: Damien Raude-Morvan <dr...@drazzib.com>
AuthorDate: Mon Mar 30 17:17:26 2020 +0200

    GORA-652 CouchDB: Use standard chouchdb container
---
 .../src/test/java/org/apache/gora/couchdb/store/TestCouchDBStore.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gora-couchdb/src/test/java/org/apache/gora/couchdb/store/TestCouchDBStore.java b/gora-couchdb/src/test/java/org/apache/gora/couchdb/store/TestCouchDBStore.java
index ffcd0dd..0045ecd 100644
--- a/gora-couchdb/src/test/java/org/apache/gora/couchdb/store/TestCouchDBStore.java
+++ b/gora-couchdb/src/test/java/org/apache/gora/couchdb/store/TestCouchDBStore.java
@@ -43,7 +43,7 @@ import static org.junit.Assert.*;
  */
 public class TestCouchDBStore extends DataStoreTestBase {
 
-  private static final String DOCKER_CONTAINER_NAME = "klaemo/couchdb:1.6.1";
+  private static final String DOCKER_CONTAINER_NAME = "couchdb:1.6";
   /**
    * JUnit integration testing with Docker and Testcontainers
    */