Skip to content

Commit

Permalink
Remove lingering call
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpedrosa committed Sep 21, 2023
1 parent ab676b0 commit be27cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routeros/resource_capsman_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func TestAccCapsManManagerTest_basic(t *testing.T) {
{
Config: testAccCapsManManagerUnitConfig(name, "routeros_capsman_manager"),
Check: resource.ComposeTestCheckFunc(
testAccCheckCapsManResourceExists(testCapsManManagerAddress),
testResourcePrimaryInstanceId(testCapsManManagerAddress),
resource.TestCheckResourceAttr(testCapsManManagerAddress, "id", "caps-man.manager"),
),
},
Expand Down

0 comments on commit be27cb9

Please sign in to comment.