Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 463420241
  • Loading branch information
postmasters authored and Responsible ML Infra Team committed Jul 26, 2022
1 parent 789af19 commit 417c8f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def setUp(self):
self._plugin = plugin.FairnessIndicatorsPlugin(self._context)
self._multiplexer.Reload()
wsgi_app = application.TensorBoardWSGI([self._plugin])
self._server = werkzeug_test.Client(wsgi_app, wrappers.BaseResponse)
self._server = werkzeug_test.Client(wsgi_app, wrappers.Response)
self._routes = self._plugin.get_plugin_apps()

def tearDown(self):
Expand Down

0 comments on commit 417c8f0

Please sign in to comment.