Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoShaka committed Jul 26, 2024
1 parent ff46a50 commit f90d52f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integrations/terraform/testlib/machineid_join_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func TestTerraformJoin(t *testing.T) {
Roles: []string{tfRole.GetName()},
},
}
bot, err = clt.BotServiceClient().CreateBot(ctx, &machineidv1.CreateBotRequest{Bot: bot})
_, err = clt.BotServiceClient().CreateBot(ctx, &machineidv1.CreateBotRequest{Bot: bot})
require.NoError(t, err)

// Test setup: sign a Kube JWT for our bot to join the cluster
Expand Down Expand Up @@ -145,6 +145,7 @@ func TestTerraformJoin(t *testing.T) {

// Test execution: apply a TF resource with the provider joining via MachineID
dummyResource, err := fixtures.ReadFile(filepath.Join("fixtures", "app_0_create.tf"))
require.NoError(t, err)
testConfig := terraformConfig + "\n" + string(dummyResource)
name := "teleport_app.test"

Expand Down

0 comments on commit f90d52f

Please sign in to comment.