Skip to content

Commit

Permalink
change entity for managed and unmanaged test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
bashar-515 committed Sep 20, 2024
1 parent 8c8660a commit 9f5ea2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions robot/impl/local_robot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ func TestConfigRemoteWithAuth(t *testing.T) {

ctx2 := context.Background()
remoteConfig.Remotes[0].Address = options.LocalFQDN
remoteConfig.Remotes[0].Auth.Entity = apiKeyID
r2 = setupLocalRobot(t, ctx2, remoteConfig, logger)

_, err = r2.ResourceByName(motion.Named(resource.DefaultServiceName))
Expand Down

0 comments on commit 9f5ea2a

Please sign in to comment.