From 77e877740eb1520699e599a02a6a3c9b544f31fc Mon Sep 17 00:00:00 2001 From: Brett Wright Date: Fri, 2 Oct 2020 08:59:56 +0200 Subject: [PATCH] removed comment --- provider/resource_robot_account_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/provider/resource_robot_account_test.go b/provider/resource_robot_account_test.go index a345292..ca3ef1f 100644 --- a/provider/resource_robot_account_test.go +++ b/provider/resource_robot_account_test.go @@ -47,8 +47,6 @@ func TestAccRobotMultipleAction(t *testing.T) { testAccCheckResourceExists(harborRobotAccount), resource.TestCheckResourceAttr( harborRobotAccount, "name", "test_robot_account"), - // resource.TestCheckResourceAttr( - // harborRobotAccount, "action", "push"), ), }, }, @@ -78,7 +76,7 @@ func testAccCheckRobotBasic() string { resource "harbor_robot_account" "main" { name = "test_robot_account" - description = "Robot account to be used to push images" + description = "Robot account to be used to pull images" project_id = harbor_project.main.id actions = ["pull"]