Skip to content

Commit 45606c8

Browse files
committed
fixes tests
1 parent 1582e1c commit 45606c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ load test_helper
7171
run_image -h ldap.example.org -e LDAP_REPLICATION=true -e IS_REPLICATION_TEST=true
7272

7373
# add route to hosts
74-
docker exec $LDAP_CID bash -c "echo $LDAP2_IP ldap2.example.org >> /etc/hosts"
75-
docker exec $LDAP2_CID bash -c "echo $LDAP_IP ldap.example.org >> /etc/hosts"
74+
docker exec $CONTAINER_ID bash -c "echo $LDAP_REPL_IP ldap2.example.org >> /etc/hosts"
75+
docker exec $LDAP_REPL_CID bash -c "echo $CONTAINER_IP ldap.example.org >> /etc/hosts"
7676

7777
# wait services on both servers
7878
wait_service slapd

0 commit comments

Comments
 (0)