From eb79d93139723069709ca9239e36ade0013b7f4b Mon Sep 17 00:00:00 2001 From: Nick Hammond Date: Fri, 24 May 2024 09:16:14 -0700 Subject: [PATCH] Run RC --- test/cli/accessory_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/cli/accessory_test.rb b/test/cli/accessory_test.rb index 35e55850..0ca8e42d 100644 --- a/test/cli/accessory_test.rb +++ b/test/cli/accessory_test.rb @@ -114,7 +114,6 @@ class CliAccessoryTest < CliTestCase .with("ssh -t root@1.1.1.3 'docker logs app-mysql --timestamps --tail 10 2>&1'") assert_match "docker logs app-mysql --tail 100 --timestamps 2>&1", run_command("logs", "mysql") - end test "logs with grep" do