Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Claudio Costa
2020-09-17 08:53:04 +02:00
коммит произвёл GitHub
родитель 1d4a7c0552
Коммит 4c64cec948

Просмотреть файл

@@ -89,6 +89,9 @@ func (s *FileBackendTestSuite) SetupTest() {
backend, err := NewFileBackend(&s.settings, true)
require.Nil(s.T(), err)
s.backend = backend
// This is needed to create the bucket if it doesn't exist.
s.Nil(s.backend.TestConnection())
}
func (s *FileBackendTestSuite) TestConnection() {