Skip to content

Commit 0a41df5

Browse files
committed
Updated test_update_sensor.py
1 parent 66ae7ee commit 0a41df5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cdc_covidnet/tests/test_update_sensor.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
params = read_params()
1313
STATIC_DIR = params["static_file_dir"]
14-
wip_signal = params["wip_signal"]
1514

1615

1716
class TestUpdateSensor:
@@ -119,9 +118,3 @@ def test_syn_update_sensor(self):
119118
state_1["datadownload"][i]["cumulative-rate"],
120119
state_2["datadownload"][i]["cumulative-rate"]])
121120

122-
def test_handle_wip_signal(self):
123-
assert isinstance(wip_signal, (list, bool)) or wip_signal == "", "Supply True | False or "" or [] | list()"
124-
if isinstance(wip_signal, list):
125-
assert set(wip_signal).issubset(set(SIGNALS)), "signal in params don't belong in the registry"
126-
updated_signal_names = add_prefix(SIGNALS, wip_signal, prefix='wip_')
127-
assert (len(updated_signal_names) >= len(SIGNALS))

0 commit comments

Comments
 (0)