Skip to content

Commit

Permalink
add openvpn type
Browse files Browse the repository at this point in the history
  • Loading branch information
ainghazal committed Jul 25, 2024
1 parent 9d66ef0 commit c9913a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oonipipeline/src/oonipipeline/transforms/observations.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
List[WebObservation], List[WebControlObservation]
]
TypeWebObservations = Tuple[List[WebObservation]]
TypeOpenVPNObservations = Tuple[List[OpenVPNObservation]]
TypeHTTPMiddleboxObservations = Tuple[List[HTTPMiddleboxObservation]]


Expand All @@ -59,6 +60,7 @@ def measurement_to_observations(
TypeWebObservations,
TypeWebConnectivityObservations,
TypeHTTPMiddleboxObservations,
TypeOpenVPNObservations,
Tuple[()],
]:
if msmt.test_name in NETTEST_TRANSFORMERS:
Expand Down

0 comments on commit c9913a1

Please sign in to comment.