failing clublog test was fixed

This commit is contained in:
Tobias Wellnitz, DH1TW 2023-12-25 00:52:20 +01:00
parent 60cbe4fccb
commit 37a4cf98e2

View file

@ -173,7 +173,6 @@ class TestclublogXML_Getters:
with pytest.raises(KeyError):
fixClublogXML.lookup_callsign("vk9xx", timestamp)
@pytest.mark.skip(reason="lat/long is wrong in clublog XML as of 12/2023")
def test_lookup_callsign_exception_no_start_nor_end_date(self, fixClublogXML):
timestamp = datetime(year=1975, month=9, day=14, tzinfo=UTC)