Fix failing test (#15522)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
1d4a7c0552
Коммит
4c64cec948
@@ -89,6 +89,9 @@ func (s *FileBackendTestSuite) SetupTest() {
|
|||||||
backend, err := NewFileBackend(&s.settings, true)
|
backend, err := NewFileBackend(&s.settings, true)
|
||||||
require.Nil(s.T(), err)
|
require.Nil(s.T(), err)
|
||||||
s.backend = backend
|
s.backend = backend
|
||||||
|
|
||||||
|
// This is needed to create the bucket if it doesn't exist.
|
||||||
|
s.Nil(s.backend.TestConnection())
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *FileBackendTestSuite) TestConnection() {
|
func (s *FileBackendTestSuite) TestConnection() {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user