Skip to content

Commit

Permalink
chore: one more test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
niliayu committed Oct 22, 2024
1 parent 90eaa56 commit 427adfb
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions python/lib/sift_py/ingestion/config/telemetry_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,34 +455,3 @@ def test_telemetry_config_validations_flows_with_same_name():
- <<: *velocity_channel
- <<: *velocity_channel
"""

NOT_ALLOWED_FIELDS_IN_TELEMETRY_CONFIG = """
asset_name: LunarVehicle426
ingestion_client_key: lunar_vehicle_426
channels:
velocity_channel: &velocity_channel
name: velocity
data_type: double
description: speed
unit: Miles Per Hour
component: mainmotor
rules:
- name: speeding
description: Checks high vehicle speed
type: phase
expression: $1 > 20
channel_references:
- $1: *velocity_channel
asset_names:
- my_asset
tag_names:
- foo
- bar
flows:
- name: readings
channels:
- <<: *velocity_channel
"""

0 comments on commit 427adfb

Please sign in to comment.