Fix test case to compare url ids (#1371)

pull/1329/merge
Emmanuel Ferdman 2025-08-04 16:38:07 +03:00 committed by GitHub
parent 782ea79fcb
commit 666f50457c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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}