Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: jason yang <jasonyangshadow@gmail.com>
  • Loading branch information
JasonYangShadow committed Sep 6, 2024
1 parent 4838e0c commit 58cb91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/remote/remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ func (c ctx) remoteUseExclusive(t *testing.T) {
name: "no default remote set",
command: "key search",
args: []string{"@"},
expectExit: 255,
expectExit: 2,
profile: e2e.RootProfile,
},
{
Expand Down

0 comments on commit 58cb91e

Please sign in to comment.