Skip to content

Commit 6f8e334

Browse files
committed
fix linter error
1 parent bdc2f83 commit 6f8e334

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

internal/services/inference/custom_model_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ func TestAccCustomModel_Basic(t *testing.T) {
4545

4646
func TestAccCustomModel_DeployModelOnServer(t *testing.T) {
4747
t.Skip("Can not run tests at the moment")
48+
4849
tt := acctest.NewTestTools(t)
4950
defer tt.Cleanup()
5051

internal/services/inference/deployment_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const (
1919

2020
func TestAccDeployment_Basic(t *testing.T) {
2121
t.Skip("Can not run tests at the moment")
22+
2223
tt := acctest.NewTestTools(t)
2324
defer tt.Cleanup()
2425

@@ -50,6 +51,7 @@ func TestAccDeployment_Basic(t *testing.T) {
5051

5152
func TestAccDeployment_Endpoint(t *testing.T) {
5253
t.Skip("Can not run tests at the moment")
54+
5355
tt := acctest.NewTestTools(t)
5456
defer tt.Cleanup()
5557

0 commit comments

Comments
 (0)