Skip to content

Commit

Permalink
Fix code lint
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Feb 14, 2020
1 parent 7357d0e commit 35c433b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/checks/remotesettings/test_uptake_max_age.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ async def test_positive():

async def test_positive_no_data():
with patch_async(
f"{MODULE}.fetch_redash",
return_value=[{**FAKE_ROWS[0], "age_percentiles": [],}],
f"{MODULE}.fetch_redash", return_value=[{**FAKE_ROWS[0], "age_percentiles": []}]
):
status, data = await run(api_key="", max_percentiles={"50": 42})

Expand Down

0 comments on commit 35c433b

Please sign in to comment.