From 5cb5fb26e80ca43a4bee165daf6d5e0178be4b8b Mon Sep 17 00:00:00 2001 From: Robert Lang Date: Thu, 15 Sep 2022 18:15:11 +0200 Subject: [PATCH] [FIX] further test corrections --- README.md | 2 +- tests/test.bats | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5183b94..7166885 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![tests](https://github.com/drud/ddev-varnish/actions/workflows/tests.yml/badge.svg)](https://github.com/drud/ddev-varnish/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2022.svg) +[![tests](https://github.com/interlutions/ddev-sw6-redis/actions/workflows/tests.yml/badge.svg)](https://github.com/interlutions/ddev-sw6-redis/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2022.svg) # ddev-sw6-redis diff --git a/tests/test.bats b/tests/test.bats index 28c6bfa..63b5a4e 100644 --- a/tests/test.bats +++ b/tests/test.bats @@ -44,8 +44,8 @@ teardown() { @test "install from release" { set -eu -o pipefail cd ${TESTDIR} || ( printf "unable to cd to ${TESTDIR}\n" && exit 1 ) - echo "# ddev get drud/ddev-sw6-redis with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3 - ddev get drud/ddev-sw6-redis + echo "# ddev get interlutions/ddev-sw6-redis with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3 + ddev get interlutions/ddev-sw6-redis ddev restart >/dev/null # Test expected configurations