File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88from nova .galaxy .connection import Connection
99from nova .galaxy .tool import Tool
1010
11- TEST_INT_TOOL_ID = "interactive_tool_generic_output "
11+ TEST_INT_TOOL_ID = "interactive_tool_jupyter_notebook "
1212
1313
1414def test_no_persist_store (nova_instance : Connection , galaxy_instance : GalaxyInstance ) -> None :
Original file line number Diff line number Diff line change 1212from nova .galaxy .tool import Tool
1313
1414TEST_TOOL_ID = "neutrons_remote_command"
15- TEST_INT_TOOL_ID = "interactive_tool_generic_output "
15+ TEST_INT_TOOL_ID = "interactive_tool_jupyter_notebook "
1616# If test fails, these files may be moved or no longer exists.
1717REMOTE_FILE_PATH = "/HFIR/CG3/shared/Cycle509/IntermediateConfigNiQ_RC509.txt"
1818REMOTE_FILE_PATH_2 = "/HFIR/CG3/shared/Cycle509/Long6AConfigURBj_RC509.txt"
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def __init__(self) -> None:
4747
4848 def prepare_tool (self ) -> Tuple [Tool , Optional [Parameters ]]:
4949 tool_params = None
50- tool = Tool (id = "interactive_tool_generic_output " )
50+ tool = Tool (id = "interactive_tool_jupyter_notebook " )
5151 return tool , tool_params
5252
5353 def get_results (self , tool : Tool ) -> bytes :
You can’t perform that action at this time.
0 commit comments