| Index: Tools/Scripts/webkitpy/tool/commands/flakytests_unittest.py
|
| diff --git a/Tools/Scripts/webkitpy/tool/commands/flakytests_unittest.py b/Tools/Scripts/webkitpy/tool/commands/flakytests_unittest.py
|
| index a602557ba3c25730518470ca40a74eac79098cb1..47347f9b1e728db97a54d832e89e769cf021bc16 100644
|
| --- a/Tools/Scripts/webkitpy/tool/commands/flakytests_unittest.py
|
| +++ b/Tools/Scripts/webkitpy/tool/commands/flakytests_unittest.py
|
| @@ -14,7 +14,7 @@ class FakeBotTestExpectations(object):
|
|
|
|
|
| class FakeBotTestExpectationsFactory(object):
|
| - def expectations_for_port(self, port_name):
|
| + def expectations_for_builder(self, builder):
|
| return FakeBotTestExpectations()
|
|
|
|
|
|
|