Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
HuyPhanNguyen committed Aug 12, 2024
1 parent 625200c commit 309662c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopusdeploy_framework/resource_tag_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,6 @@ func testAccTagImportStateIdFunc(resourceName string) resource.ImportStateIdFunc

tagID := rs.Primary.ID

return fmt.Sprintf("%s", tagID), nil
return tagID, nil
}
}

0 comments on commit 309662c

Please sign in to comment.