Skip to content

Commit a172cb0

Browse files
committed
example_app: fixed proxy_content arg
1 parent 6d762b2 commit a172cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdl/tests/scenarios/example_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_example_app():
2323
"""Example of high-level test scenario using proxy interface, so that it may
2424
be run remotely inside an already running DataLab instance, or in a new
2525
dedicated instance."""
26-
with proxy_context("remote") as proxy:
26+
with proxy_context("local") as proxy:
2727
data = get_test_image("flower.npy").data
2828
image = create_image("Test image with peaks", data)
2929
proxy.add_object(image)

0 commit comments

Comments
 (0)