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.
This commit is contained in:
Jason Tedor 2016-07-07 09:09:11 -04:00
parent ee86a9f634
commit a13717633c
1 changed files with 1 additions and 1 deletions

View File

@ -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
}