Skip to content

Commit

Permalink
fix(test): lint new test file
Browse files Browse the repository at this point in the history
Signed-off-by: Rafał Safin <rafal.safin@rafsaf.pl>
  • Loading branch information
Rafał Safin committed Dec 25, 2023
1 parent d53a1cf commit de55e1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions fwprovider/tests/resource_download_file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
)

const accTestDownloadIsoFileName = "proxmox_virtual_environment_download_file.iso_image"
const accTestDownloadQcow2FileName = "proxmox_virtual_environment_download_file.qcow2_image"
const (
accTestDownloadIsoFileName = "proxmox_virtual_environment_download_file.iso_image"
accTestDownloadQcow2FileName = "proxmox_virtual_environment_download_file.qcow2_image"
)

func TestAccResourceDownloadFile(t *testing.T) {
t.Parallel()
Expand Down

0 comments on commit de55e1a

Please sign in to comment.