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):
6969 def test_multiples_non_allowed_signal (self ):
7070 """Test requests with 2 multiples and non-allowed dashboard signal"""
7171 params = {
72- "signal" : "hospital-admissions:smoothed_adj_covid19_from_claims " ,
72+ "signal" : "hospital-admissions:smoothed_covid19 " ,
7373 "time_type" : "day" ,
7474 "geo_type" : "state" ,
7575 "geo_value" : "pa,ny" ,
@@ -83,7 +83,7 @@ def test_multiples_non_allowed_signal(self):
8383 def test_multiples_mixed_allowed_signal_two_multiples (self ):
8484 """Test requests with 2 multiples and mixed-allowed dashboard signal"""
8585 params = {
86- "signal" : "fb-survey:smoothed_wcli,hospital-admissions:smoothed_adj_covid19_from_claims " ,
86+ "signal" : "fb-survey:smoothed_wcli,hospital-admissions:smoothed_covid19 " ,
8787 "time_type" : "day" ,
8888 "geo_type" : "state" ,
8989 "geo_value" : "pa" ,
You can’t perform that action at this time.
0 commit comments