From a4520a74e2895be8130faea736492f8c795272a8 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 8 Feb 2023 01:46:00 -0500 Subject: [PATCH] chore: drop trace from output --- 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 45f38bc..d3bcf34 100755 --- a/tests/service_import.bats +++ b/tests/service_import.bats @@ -33,7 +33,7 @@ teardown() { } @test "($PLUGIN_COMMAND_PREFIX:import) success" { - run dokku --trace "$PLUGIN_COMMAND_PREFIX:import" l <"/tmp/fake.rdb" + run dokku "$PLUGIN_COMMAND_PREFIX:import" l <"/tmp/fake.rdb" echo "output: $output" echo "status: $status" assert_success