Skip to content

Commit

Permalink
NSOF-6989 catalog_app: use right resource in acc_test
Browse files Browse the repository at this point in the history
  • Loading branch information
hod-alpert committed Dec 11, 2022
1 parent ccf3f7d commit ef92b31
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions internal/provider/acc_tests/catalog_app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ func TestAccDataSourceCatalogApp(t *testing.T) {
{
Config: catalogAppDataSource,
Check: resource.ComposeTestCheckFunc(
resource.TestCheckResourceAttr("data.pfptmeta_content_category.catalog_app", "id", "sia-8QB18xfy75jknrPk4"),
resource.TestCheckResourceAttr("data.pfptmeta_content_category.catalog_app", "name", "Google"),
resource.TestCheckResourceAttr("data.pfptmeta_content_category.catalog_app", "risk", "6"),
resource.TestCheckResourceAttr("data.pfptmeta_content_category.catalog_app", "urls.0", "sites.google.com"),
resource.TestCheckResourceAttr("data.pfptmeta_content_category.catalog_app", "vendor", "Google, LLC"),
resource.TestCheckResourceAttr("data.pfptmeta_content_category.catalog_app", "verified", "false"),
resource.TestCheckResourceAttr("data.pfptmeta_catalog_app.catalog_app", "id", "sia-8QB18xfy75jknrPk4"),
resource.TestCheckResourceAttr("data.pfptmeta_catalog_app.catalog_app", "name", "Google"),
resource.TestCheckResourceAttr("data.pfptmeta_catalog_app.catalog_app", "risk", "6"),
resource.TestCheckResourceAttr("data.pfptmeta_catalog_app.catalog_app", "urls.0", "sites.google.com"),
resource.TestCheckResourceAttr("data.pfptmeta_catalog_app.catalog_app", "vendor", "Google, LLC"),
resource.TestCheckResourceAttr("data.pfptmeta_catalog_app.catalog_app", "verified", "false"),
),
},
},
Expand Down

0 comments on commit ef92b31

Please sign in to comment.