Skip to content

Commit 87728e2

Browse files
ryancbahanclaude
andcommitted
Update metadata test for ConfigSource 'default' variant
The test loads an app without a --config flag and without a cache entry, so the source is now correctly reported as 'default' instead of 'cached'. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6fb49df commit 87728e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/cli/models/app/loader.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2618,7 +2618,7 @@ describe('load', () => {
26182618
cmd_app_all_configs_clients: JSON.stringify({'shopify.app.toml': '1234567890'}),
26192619
cmd_app_linked_config_name: 'shopify.app.toml',
26202620
cmd_app_linked_config_git_tracked: true,
2621-
cmd_app_linked_config_source: 'cached',
2621+
cmd_app_linked_config_source: 'default',
26222622
cmd_app_warning_api_key_deprecation_displayed: false,
26232623
app_extensions_any: false,
26242624
app_extensions_breakdown: {},

0 commit comments

Comments
 (0)