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:
parent
ee86a9f634
commit
a13717633c
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue