diff --git a/external_tester/webapi_test.py b/external_tester/webapi_test.py index e331207d..5f9c9236 100644 --- a/external_tester/webapi_test.py +++ b/external_tester/webapi_test.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 import argparse import json import os @@ -288,4 +287,4 @@ def testScenarioController(basicUrl): print("Testing scenario controller..") testScenarioController(basicUrl) finally: - cleanUp(proc) \ No newline at end of file + cleanUp(proc)