Skip to content

Commit 39a0cc7

Browse files
committed
fix bug with tests
1 parent be85a00 commit 39a0cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/init/test_dynamic_api_spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ SciViz: # top level tab
9696
destination: c_name
9797
presets: >
9898
def presets():
99-
return {'presets 1': {'b_id': 14}}
99+
return {'preset 1': {'b_id': 14}}
100100
insert3:
101101
route: /insert3
102102
x: 1

0 commit comments

Comments
 (0)