Skip to content

Commit

Permalink
fix python
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Martin <chris@cmartinit.co.uk>
  • Loading branch information
d80tb7 committed May 22, 2024
1 parent b310cf7 commit 13c73a8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions client/python/tests/unit/test_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def __init__(self, name):
[
("submitted", EventType.submitted),
("queued", EventType.queued),
("duplicate_found", EventType.duplicate_found),
("leased", EventType.leased),
("lease_returned", EventType.lease_returned),
("lease_expired", EventType.lease_expired),
Expand All @@ -48,8 +47,6 @@ def __init__(self, name):
("utilisation", EventType.utilisation),
("ingress_info", EventType.ingress_info),
("reprioritizing", EventType.reprioritizing),
("updated", EventType.updated),
("failedCompressed", EventType.failedCompressed),
],
)
def test_event_class(name, event_type):
Expand All @@ -68,7 +65,6 @@ def test_event_class(name, event_type):
[
"submitted",
"queued",
"duplicate_found",
"leased",
"lease_returned",
"lease_expired",
Expand All @@ -84,8 +80,6 @@ def test_event_class(name, event_type):
"utilisation",
"ingress_info",
"reprioritizing",
"updated",
"failedCompressed",
],
)
def test_unmarshal_event_response(name):
Expand Down

0 comments on commit 13c73a8

Please sign in to comment.