comment out unused line

This commit is contained in:
ryanfkeepers 2023-02-28 13:03:42 -07:00
parent a931f40896
commit 732eda22d4

View File

@ -262,7 +262,6 @@ func (suite *RepositoryIntegrationSuite) TestBackupDetails_regression() {
fld := models.Folder{}
fld.SetChildCount(ptr.To[int32](0))
body.SetFolder(&fld)
// body.SetWebUrl(ptr.To(ptr.Val(d0.GetWebUrl()) + "/" + dest))
_, err = srv.Client().
UsersById(suite.userID).