mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
1f7bf97a7e
commit
07e9338830
@ -124,7 +124,7 @@ class FilterTest extends BaseTestCase
|
|||||||
public function testWildcardFilterMatchesEnding()
|
public function testWildcardFilterMatchesEnding()
|
||||||
{
|
{
|
||||||
$this->assertTrue(
|
$this->assertTrue(
|
||||||
Filter::where('service', '*org')->matches($this->row(1))
|
Filter::where('service', '*com')->matches($this->row(1))
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user