Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartendeKruijf committed Aug 30, 2024
1 parent 79a3bc8 commit 35ace2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/capability/powershell/powershell_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ func TestPowershellConnection(t *testing.T) {
expectedAuthenticationInformation := cacao.AuthenticationInformation{
ID: "some-authid-1",
Type: "user-auth",
Username: "admin",
Username: "User",
Password: "Password899!"}

expectedTarget := cacao.AgentTarget{
Type: "ssh",
Address: map[cacao.NetAddressType][]string{"ipv4": {"192.168.1.2"}},
Address: map[cacao.NetAddressType][]string{"ipv4": {"127.0.0.1"}},
Port: "5985",
AuthInfoIdentifier: "some-authid-1",
}
Expand Down

0 comments on commit 35ace2d

Please sign in to comment.