Skip to content

Commit

Permalink
Update test method name
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanTecedor committed Jan 12, 2025
1 parent 53ff122 commit 038c9a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_query_filters.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pytest

from thehive4py import TheHiveApi
from thehive4py.helpers import now_to_ts
from thehive4py.query.filters import (
Expand All @@ -22,7 +23,7 @@


class TestQueryFilters:
def test_between_contains_in(self, thehive: TheHiveApi, test_user: OutputUser):
def test_between_has_in(self, thehive: TheHiveApi, test_user: OutputUser):
assert thehive.user.find(
filters=Between(field="_createdAt", start=0, end=now_to_ts())
)
Expand Down

0 comments on commit 038c9a1

Please sign in to comment.