Skip to content

Commit 72cecfa

Browse files
committed
[chore] Set maxDiff to None
1 parent 9348856 commit 72cecfa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openwisp_network_topology/tests/test_realtime.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class TestRealTime(
4040
topology_model = Topology
4141
application = import_string(getattr(settings, "ASGI_APPLICATION"))
4242
browser = "chrome"
43+
maxDiff = None
4344

4445
def setUp(self):
4546
org = self._create_org()

0 commit comments

Comments
 (0)