Skip to content

Commit c35bcaa

Browse files
Remove "fcr pq import" test
Signed-off-by: Stefan Brus <[email protected]>
1 parent 14a415e commit c35bcaa

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pytests/test_dispatch.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,3 @@ def test_module_import() -> None:
2323
from frequenz.api.dispatch import dispatch_pb2_grpc
2424

2525
assert dispatch_pb2_grpc is not None
26-
27-
28-
def test_fcr_pq_import() -> None:
29-
"""Test that the FCR prequalification sub module can be imported."""
30-
# pylint: disable=import-outside-toplevel
31-
from frequenz.api.dispatch.fcr import prequalification_pb2
32-
33-
assert prequalification_pb2 is not None
34-
35-
# pylint: disable=import-outside-toplevel
36-
from frequenz.api.dispatch.fcr import prequalification_pb2_grpc
37-
38-
assert prequalification_pb2_grpc is not None

0 commit comments

Comments
 (0)