We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789af19 commit 417c8f0Copy full SHA for 417c8f0
tensorboard_plugin/tensorboard_plugin_fairness_indicators/plugin_test.py
@@ -69,7 +69,7 @@ def setUp(self):
69
self._plugin = plugin.FairnessIndicatorsPlugin(self._context)
70
self._multiplexer.Reload()
71
wsgi_app = application.TensorBoardWSGI([self._plugin])
72
- self._server = werkzeug_test.Client(wsgi_app, wrappers.BaseResponse)
+ self._server = werkzeug_test.Client(wsgi_app, wrappers.Response)
73
self._routes = self._plugin.get_plugin_apps()
74
75
def tearDown(self):
0 commit comments