Browse Source

desactiva el checkeo remoto en los test

Luciano Andrade 7 năm trước cách đây
mục cha
commit
4b28160ce1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      tests/WebTestCaseBase.php

+ 1 - 0
tests/WebTestCaseBase.php

@@ -402,6 +402,7 @@ class WebTestCaseBase extends WebTestCase
         $this->fakeTenancyService();
 
 	static::$kernel->getContainer()->get('device.device_listener')->remoteCheck(false);
+	static::$kernel->getContainer()->get('device.device_validator')->remoteCheck(false);
 
     }
 }