Skip to content

Commit

Permalink
fix user name
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Aug 30, 2023
1 parent 752108b commit c92c5a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/ssh_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,12 +347,12 @@ func TestSSUserOnlyIsolation(t *testing.T) {
len(TailscaleVersions)-5,
)

ssh1Clients, err := scenario.ListTailscaleClients("useracl1")
ssh1Clients, err := scenario.ListTailscaleClients("user1")
if err != nil {
t.Errorf("failed to get clients: %s", err)
}

ssh2Clients, err := scenario.ListTailscaleClients("useracl2")
ssh2Clients, err := scenario.ListTailscaleClients("user2")
if err != nil {
t.Errorf("failed to get clients: %s", err)
}
Expand Down

0 comments on commit c92c5a4

Please sign in to comment.