You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something else might be covering it, but this test had to be removed because we no longer support input via mounted files.
# TODO: We're no longer writing the input straight to disk:
# Instead we need to test with an image that reads the envvars
# def test_container_spec_with_input(self):
# url = self.start_container({
# 'input': {'foo': 'bar'},
# 'container_input_path': '/usr/share/nginx/html/index.html'
# }).url
# self.assert_loads_eventually(url, '{"foo": "bar"}')
The text was updated successfully, but these errors were encountered:
Something else might be covering it, but this test had to be removed because we no longer support input via mounted files.
The text was updated successfully, but these errors were encountered: