Skip to content

Commit

Permalink
yalllla
Browse files Browse the repository at this point in the history
  • Loading branch information
ItamarYuran committed Oct 30, 2024
1 parent cbc68c6 commit 4e12dc2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions esti/lakectl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -535,14 +535,11 @@ func TestLakectlAuthUsers(t *testing.T) {
}

func TestLakectlIdentity(t *testing.T) {
userId := "user"

email := "email"
vars := map[string]string{
"USER_ID": userId,
"EMAIL": email,
}
RunCmdAndVerifySuccessWithFile(t, Lakectl()+" identity", false, "lakectl_identity", vars)
email := "email"
vars["EMAIL"] = email
RunCmdAndVerifySuccessWithFile(t, Lakectl()+" identity", false, "lakectl_identity_with_mail", vars)

}
Expand Down

0 comments on commit 4e12dc2

Please sign in to comment.