From a13717633cd65a9b7f582a69d2b860f8b4c83ba8 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Thu, 7 Jul 2016 09:09:11 -0400 Subject: [PATCH] Fix typo in name of remove ingest-user-agent test This commit fixes a simple typo in the name of the test for testing the removal of the ingest-user-agent plugin. --- .../packaging/scripts/module_and_plugin_test_cases.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/vagrant/src/test/resources/packaging/scripts/module_and_plugin_test_cases.bash b/qa/vagrant/src/test/resources/packaging/scripts/module_and_plugin_test_cases.bash index 041150d7958..b44e5885ff8 100644 --- a/qa/vagrant/src/test/resources/packaging/scripts/module_and_plugin_test_cases.bash +++ b/qa/vagrant/src/test/resources/packaging/scripts/module_and_plugin_test_cases.bash @@ -361,7 +361,7 @@ fi remove_plugin ingest-geoip } -@test "[$GROUP] remove ingest-user0agent plugin" { +@test "[$GROUP] remove ingest-user-agent plugin" { remove_plugin ingest-user-agent }