File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -135,13 +135,13 @@ def test_reattach_plugins(
135
135
"""Test reattach plugin hook."""
136
136
config_plugins = test_utils .read_workspace_file ("workspace/builder/plugin_r.yaml" )
137
137
138
- session_configig = ConfigReader ._load (format = "yaml" , content = config_plugins )
139
- session_configig = loader .expand (session_configig )
138
+ session_config = ConfigReader ._load (format = "yaml" , content = config_plugins )
139
+ session_config = loader .expand (session_config )
140
140
141
141
# open it detached
142
142
builder = WorkspaceBuilder (
143
- session_config = session_configig ,
144
- plugins = load_plugins (session_configig ),
143
+ session_config = session_config ,
144
+ plugins = load_plugins (session_config ),
145
145
server = server ,
146
146
)
147
147
builder .build ()
You can’t perform that action at this time.
0 commit comments