Skip to content

Commit

Permalink
Test storage backend
Browse files Browse the repository at this point in the history
  • Loading branch information
dewey committed Jul 12, 2024
1 parent 7fd9c3b commit 9adcbb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ func main() {
if err != nil {
return
}
if err := storageRepo.Save("test", "test"); err != nil {
l.Log("msg", fmt.Sprintf("failed to save test key: %s,", err), "backend", cfg.StorageBackend)
}

as := api.NewService(l, cfg, lfm, storageRepo)

Expand Down

0 comments on commit 9adcbb5

Please sign in to comment.