comment out unused line
This commit is contained in:
parent
a931f40896
commit
732eda22d4
@ -262,7 +262,6 @@ func (suite *RepositoryIntegrationSuite) TestBackupDetails_regression() {
|
|||||||
fld := models.Folder{}
|
fld := models.Folder{}
|
||||||
fld.SetChildCount(ptr.To[int32](0))
|
fld.SetChildCount(ptr.To[int32](0))
|
||||||
body.SetFolder(&fld)
|
body.SetFolder(&fld)
|
||||||
// body.SetWebUrl(ptr.To(ptr.Val(d0.GetWebUrl()) + "/" + dest))
|
|
||||||
|
|
||||||
_, err = srv.Client().
|
_, err = srv.Client().
|
||||||
UsersById(suite.userID).
|
UsersById(suite.userID).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user