Skip to content

Commit 54afc2f

Browse files
- Fix integration testing.
1 parent 2c80291 commit 54afc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/robot/lib/stackql_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ def get_variables(
959959
'REGISTRY_ROOT_CANONICAL': _get_registry_canonical_no_verify(_sundry_config.get('registry_path_canonical')),
960960
'REGISTRY_ROOT_DEPRECATED': _REGISTRY_DEPRECATED,
961961
'REGISTRY_CANONICAL_CFG_STR': _get_registry_canonical_no_verify(_sundry_config.get('registry_path_canonical')),
962-
'REGISTRY_NO_VERIFY_CFG_STR': _get_registry_no_verify(_sundry_config.get('registry_path_canonical')),
962+
'REGISTRY_CANONICAL_NO_VERIFY_CFG_STR': _get_registry_canonical_no_verify(_sundry_config.get('registry_path_canonical')),
963963
'REGISTRY_DEPRECATED_CFG_STR': _REGISTRY_DEPRECATED,
964964
'REGISTRY_MOCKED_CFG_STR': get_registry_mocked(execution_env),
965965
'REGISTRY_NO_VERIFY_CFG_STR': _get_registry_no_verify(_sundry_config.get('registry_path')),

0 commit comments

Comments
 (0)