Further enhancement with #9063a2a - to ensure our message addressing and content picks the right address
This commit is contained in:
@@ -88,7 +88,7 @@ class RoutingTest extends TestCase
|
||||
// Make sure I'm configured correctly for the rest of the tests
|
||||
public function test_my_addresses()
|
||||
{
|
||||
$ftns = Setup::findOrFail(config('app.id'))->system->addresses;
|
||||
$ftns = our_address();
|
||||
$this->assertEquals(1,$ftns->count());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user