Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/tests/sessions/login/login_sso_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func Test_SetSessionUsingOAuth2InternalWhenSSOIsActive(t *testing.T) {
t.Skipf("SSO_C8Y_HOST env variable is not set")
}
cmd := command.NewMockCommand()
cmdtext := fmt.Sprintf(`c8y sessions set --shell bash -v --loginType OAUTH2_INTERNAL %s`, "iot.latest.stage.c8y.io-reuben.d.miller@gmail.com.json")
cmdtext := fmt.Sprintf(`c8y sessions set --shell bash -v --loginType OAUTH2_INTERNAL %s`, "example.json")
stdout, cmdErr := command.ExecuteCmdWithStandardOutput(
cmd,
cmdtext,
Expand Down
Loading
Loading