Skip to content

Commit 088eec9

Browse files
committed
make linter happy
1 parent 76c46c2 commit 088eec9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
import argparse
88
import os
99
import tempfile
10-
import requests
1110

1211
from time import time
1312
from subprocess import call
1413
from multiprocessing import Pool
1514

15+
import requests
16+
1617
from helper import DockerWorker, SockWorker, prepare_open_lambda, setup_config
1718
from helper import get_current_config, TestConfContext, assert_eq
1819

@@ -217,8 +218,7 @@ def recursive_kill(depth):
217218

218219
@test
219220
def flask_test():
220-
open_lambda = OpenLambda()
221-
url = f'http://{open_lambda._address}/run/flask-test'
221+
url = 'http://localhost:5000/run/flask-test'
222222
print(url)
223223
r = requests.get(url)
224224

0 commit comments

Comments
 (0)