Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoli79 committed Nov 7, 2023
1 parent cfd1eac commit 66cd371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/webpagetest.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ def process_job_json(self, test_json):
job['saas_node_id'] = self.scheduler_node

# For CLI tests, write out the raw job file
if self.options.testurl or self.options.testspec or 'saas_test_id' in job or 'intant_test_id' in job:
if self.options.testurl or self.options.testspec or 'saas_test_id' in job or 'instant_test_id' in job:
if not os.path.isdir(self.workdir):
os.makedirs(self.workdir)
job_path = os.path.join(self.workdir, 'job.json')
Expand Down

0 comments on commit 66cd371

Please sign in to comment.