Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
terraform-provider-one
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ims
terraform-provider-one
Commits
548cc776
Commit
548cc776
authored
Dec 01, 2017
by
Yann KAISER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed useless log call
parent
e3a38265
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
one/resource_disk_test.go
one/resource_disk_test.go
+0
-1
No files found.
one/resource_disk_test.go
View file @
548cc776
...
...
@@ -194,7 +194,6 @@ func testAccCreateDiskWithImageCreation(disk **vm.Disk, imageSession *image.Clie
func
testAccDeleteImage
(
disk
*
vm
.
Disk
,
imageSession
*
image
.
Client
)
customtesting
.
CustomTest
{
return
func
()
error
{
err
:=
imageSession
.
DeleteImage
(
disk
.
ImageID
)
log
.
Print
(
err
)
return
err
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment