File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ def test_multiples_allowed_signal_two_multiples(self):
69
69
def test_multiples_non_allowed_signal (self ):
70
70
"""Test requests with 2 multiples and non-allowed dashboard signal"""
71
71
params = {
72
- "signal" : "hospital-admissions:smoothed_adj_covid19_from_claims " ,
72
+ "signal" : "hospital-admissions:smoothed_covid19 " ,
73
73
"time_type" : "day" ,
74
74
"geo_type" : "state" ,
75
75
"geo_value" : "pa,ny" ,
@@ -83,7 +83,7 @@ def test_multiples_non_allowed_signal(self):
83
83
def test_multiples_mixed_allowed_signal_two_multiples (self ):
84
84
"""Test requests with 2 multiples and mixed-allowed dashboard signal"""
85
85
params = {
86
- "signal" : "fb-survey:smoothed_wcli,hospital-admissions:smoothed_adj_covid19_from_claims " ,
86
+ "signal" : "fb-survey:smoothed_wcli,hospital-admissions:smoothed_covid19 " ,
87
87
"time_type" : "day" ,
88
88
"geo_type" : "state" ,
89
89
"geo_value" : "pa" ,
You can’t perform that action at this time.
0 commit comments