|
|
|
@ -650,7 +650,11 @@ class TestDynProviderGeo(TestCase): |
|
|
|
set(tds.keys())) |
|
|
|
self.assertEquals(['A'], tds['unit.tests.'].keys()) |
|
|
|
self.assertEquals(['A'], tds['geo.unit.tests.'].keys()) |
|
|
|
provider.log.warn.assert_called_with("Failed to load TraficDirector 'something else': need more than 1 value to unpack") |
|
|
|
provider.log.warn.assert_called_with( |
|
|
|
u'Failed to load TrafficDirector %s: %s', |
|
|
|
u'something else', |
|
|
|
'need more than 1 value to unpack' |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
@patch('dyn.core.SessionEngine.execute') |
|
|
|
|