Skip to content

Commit

Permalink
nasa#464 Solved Critical bug by creating necessary arguments before f…
Browse files Browse the repository at this point in the history
…unction call
  • Loading branch information
goldpanth3r committed Sep 23, 2023
1 parent 3237f84 commit 863b25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workload/locustfile-prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def harmony_gdal_adapter(self):
@task(2)
def podaac_l2ss_async(self):
collection = 'C1940473819-POCLOUD'
name='PODAAC L2SS Async'
name = 'PODAAC L2SS Async'
variable = 'all'
params = {
'maxResults': 2,
Expand Down

0 comments on commit 863b25e

Please sign in to comment.