Skip to content

Commit

Permalink
test if commas fix failure
Browse files Browse the repository at this point in the history
  • Loading branch information
CecSve committed Feb 22, 2023
1 parent efa19fe commit e602dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-occurrences-download_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ def test_gbif_creation(self):
"notification_address": ["email"],
"predicate": {"predicates": [], "type": "and"},
"sendNotification": True,
"format": "SIMPLE_CSV"
}
"format": "SIMPLE_CSV",
},
)
self.assertIsNone(req.request_id)

Expand Down

0 comments on commit e602dc0

Please sign in to comment.