Skip to content

Commit

Permalink
Removed acceptance tests from generated
Browse files Browse the repository at this point in the history
  • Loading branch information
bczoma committed Oct 3, 2023
1 parent 4af7a13 commit 387e2a8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package generated
package acctest

import (
"testing"
"testing"

"github.com/hashicorp/terraform-plugin-testing/helper/resource"
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
)

func TestAccDataSource(t *testing.T) {
Expand All @@ -41,3 +41,5 @@ data "solacebroker_msg_vpn" "default" {
},
})
}


Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package generated
package acctest

import (
"os"
Expand All @@ -28,6 +28,9 @@ import (

"github.com/testcontainers/testcontainers-go"
"github.com/testcontainers/testcontainers-go/wait"

_ "terraform-provider-solacebroker/internal/broker/generated"

)

var ProviderConfig string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package generated
package acctest

import (
"testing"
Expand Down

0 comments on commit 387e2a8

Please sign in to comment.