Skip to content

Commit 417c8f0

Browse files
postmastersResponsible ML Infra Team
authored andcommitted
Internal change
PiperOrigin-RevId: 463420241
1 parent 789af19 commit 417c8f0

File tree

1 file changed

+1
-1
lines changed
  • tensorboard_plugin/tensorboard_plugin_fairness_indicators

1 file changed

+1
-1
lines changed

tensorboard_plugin/tensorboard_plugin_fairness_indicators/plugin_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def setUp(self):
6969
self._plugin = plugin.FairnessIndicatorsPlugin(self._context)
7070
self._multiplexer.Reload()
7171
wsgi_app = application.TensorBoardWSGI([self._plugin])
72-
self._server = werkzeug_test.Client(wsgi_app, wrappers.BaseResponse)
72+
self._server = werkzeug_test.Client(wsgi_app, wrappers.Response)
7373
self._routes = self._plugin.get_plugin_apps()
7474

7575
def tearDown(self):

0 commit comments

Comments
 (0)