You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tests): Improve reliability of bundle ID extraction in CLI tests
- Updated tests to extract bundle ID directly from the insert command output instead of the list command, enhancing reliability.
- Trimmed trailing characters from the extracted ID and used only the first 8 characters for better compatibility in subsequent commands.
- Added logging to provide visibility into the extracted and used bundle IDs during tests.
These changes ensure more consistent test behavior and reduce dependencies on the output format of the list command.
0 commit comments