From f055182ccaffabe714aac517c48325f212e4d52f Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 8 Feb 2023 04:04:04 -0500 Subject: [PATCH] refactor: use actual database dump for redis import tests --- tests/service_import.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/service_import.bats b/tests/service_import.bats index d3bcf34..11c1cf6 100755 --- a/tests/service_import.bats +++ b/tests/service_import.bats @@ -3,7 +3,7 @@ load test_helper setup() { dokku "$PLUGIN_COMMAND_PREFIX:create" l - echo "data" | tee "/tmp/fake.rdb" + curl -o "/tmp/fake.rdb" https://raw.githubusercontent.com/sripathikrishnan/redis-rdb-tools/master/tests/dumps/dictionary.rdb } teardown() {