Skip to content

Commit

Permalink
black.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariacarmina committed Jan 17, 2024
1 parent 6874b0f commit 6803482
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_purgatory.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,10 @@ def test_purgatory_retrieve_new_list(events_object):

def test_purgatory_retrieve_account_list(events_object, monkeypatch):
# set account purgatory filtering for accounts
monkeypatch.setenv('ACCOUNT_PURGATORY_URL', "https://raw.githubusercontent.com/oceanprotocol/list-purgatory/main/list-accounts.json")
monkeypatch.setenv(
"ACCOUNT_PURGATORY_URL",
"https://raw.githubusercontent.com/oceanprotocol/list-purgatory/main/list-accounts.json",
)
purgatory = Purgatory(events_object._es_instance)

result = purgatory.retrieve_new_list("ACCOUNT_PURGATORY_URL")
Expand Down

0 comments on commit 6803482

Please sign in to comment.