Fix test case to compare url ids

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
pull/1371/head
Emmanuel Ferdman 2025-08-04 05:38:47 -07:00
parent 782ea79fcb
commit df103ac7ad
No known key found for this signature in database
GPG Key ID: 0CF84597DD87A9FF
1 changed files with 1 additions and 1 deletions

View File

@ -1058,7 +1058,7 @@ def test_apprise_unique_id():
obj2 = Apprise.instantiate(url)
obj2._url_identifier = ("123", b"\0", 42, object)
assert obj2.url_id() is not None
assert obj2.url_id() == obj2.url_id()
assert obj1.url_id() == obj2.url_id()
obj3 = Apprise.instantiate(url)
obj3._url_identifier = {"123", b"\0", 42, object}