Skip to content

Commit bbda56e

Browse files
committed
updated tests: previously unallowed signal is now allowed, so use a different unallowed signal
1 parent 47a8703 commit bbda56e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integrations/server/test_api_keys.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)