Skip to content

Commit b8a7e19

Browse files
committed
fix(cli): remove redundant workspace selector qualification
Use the imported WorkspaceSelector in the provider integration helper so the target passes Clippy with warnings denied. Signed-off-by: Shiju <shiju@nvidia.com>
1 parent 24a53a4 commit b8a7e19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/openshell-cli/tests/provider_commands_integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const SYNTHETIC_PROFILE_BACKEND_ERROR: &str = "TESTLEAK";
6464
const SYNTHETIC_MUTATION_ERROR_METADATA: &str = "fixture-mutation-error-metadata";
6565
const STORAGE_UNCERTAIN_REASON: &str = "CONFIG_OPERATION_STORAGE_UNCERTAIN";
6666

67-
fn selected_workspace(scope: &Option<openshell_core::proto::WorkspaceSelector>) -> Option<&str> {
67+
fn selected_workspace(scope: &Option<WorkspaceSelector>) -> Option<&str> {
6868
scope
6969
.as_ref()
7070
.and_then(|scope| match scope.selection.as_ref() {

0 commit comments

Comments
 (0)