refactor: use actual database dump for redis import tests

This commit is contained in:
Jose Diaz-Gonzalez
2023-02-08 04:04:04 -05:00
parent 68b7e33a07
commit f055182cca

View File

@@ -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() {