Skip to content

Commit 2b69cae

Browse files
committed
test
1 parent 4ce8770 commit 2b69cae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
from opengeodeweb_microservice.database.data import Data
1212
from shutil import copyfile, copytree
1313
import os
14+
import time
1415
from typing import Callable, Optional, List
1516
from websocket import WebSocketTimeoutException
1617

@@ -83,8 +84,7 @@ def images_diff(self, first_image_path, second_image_path):
8384

8485
return images_diff.GetThresholdedError()
8586

86-
def compare_image(self, filename):
87-
import time
87+
def compare_image(self, nb_messages, filename):
8888

8989
self.ws.settimeout(4.0)
9090
image = None

0 commit comments

Comments
 (0)