API: Code clean-up #3297

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-03-20 20:42:13 +01:00
parent f63ac04956
commit bad817f40e
2 changed files with 3 additions and 4 deletions

View file

@ -5,10 +5,10 @@ import (
"net/http"
"testing"
"github.com/stretchr/testify/assert"
"github.com/tidwall/gjson"
"github.com/photoprism/photoprism/internal/entity"
"github.com/stretchr/testify/assert"
)
func TestCreateAlbumLink(t *testing.T) {

View file

@ -6,11 +6,10 @@ import (
"net/http"
"testing"
"github.com/photoprism/photoprism/internal/form"
"github.com/stretchr/testify/assert"
"github.com/tidwall/gjson"
"github.com/stretchr/testify/assert"
"github.com/photoprism/photoprism/internal/form"
)
func TestUpdateMarker(t *testing.T) {