Skip to content

Commit

Permalink
Update webapi_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl authored Mar 15, 2024
1 parent 64bc362 commit 94cb897
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions external_tester/webapi_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python3
import argparse
import json
import os
Expand Down Expand Up @@ -288,4 +287,4 @@ def testScenarioController(basicUrl):
print("Testing scenario controller..")
testScenarioController(basicUrl)
finally:
cleanUp(proc)
cleanUp(proc)

0 comments on commit 94cb897

Please sign in to comment.