Skip to content

Commit 8be3bb6

Browse files
committed
Dead code
1 parent fe42041 commit 8be3bb6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

backend/tests/functional/proposed_change/test_proposed_change_review.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,6 @@ class TestProposedChangeReview(TestInfrahubApp):
3232
}
3333
}
3434
"""
35-
event_query = """
36-
query GetEvents($event_type: String!) {
37-
InfrahubEvent(event_type: [$event_type]) {
38-
edges {
39-
node {
40-
__typename
41-
event
42-
}
43-
}
44-
}
45-
}
46-
"""
4735

4836
@pytest.fixture(scope="class")
4937
async def prefect_client(self, prefect_test_fixture) -> AsyncGenerator[PrefectClient, None]:

0 commit comments

Comments
 (0)