Update import path
This commit is contained in:
parent
afcb80f913
commit
012ab74599
17 changed files with 35 additions and 50 deletions
|
@ -3,7 +3,7 @@ package test
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/kris-nova/photoprism-client-go/api/v1"
|
||||
"github.com/astravexton/photoprism-client-go/api/v1"
|
||||
)
|
||||
|
||||
func TestHappyGetAlbum(t *testing.T) {
|
||||
|
|
|
@ -5,11 +5,11 @@ import (
|
|||
"strings"
|
||||
"testing"
|
||||
|
||||
photoprism "github.com/kris-nova/photoprism-client-go"
|
||||
photoprism "github.com/astravexton/photoprism-client-go"
|
||||
|
||||
"github.com/kris-nova/logger"
|
||||
"github.com/astravexton/logger"
|
||||
|
||||
sampleapp "github.com/kris-nova/photoprism-client-go/sample-app"
|
||||
sampleapp "github.com/astravexton/photoprism-client-go/sample-app"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -6,7 +6,7 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/kris-nova/photoprism-client-go/api/v1"
|
||||
"github.com/astravexton/photoprism-client-go/api/v1"
|
||||
)
|
||||
|
||||
//TODO Test GetPhotos()
|
||||
|
|
|
@ -3,11 +3,11 @@ package test
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/kris-nova/photoprism-client-go"
|
||||
"github.com/astravexton/photoprism-client-go"
|
||||
)
|
||||
|
||||
// Trailing slash issue
|
||||
// https://github.com/kris-nova/photoprism-client-go/issues/2
|
||||
// https://github.com/astravexton/photoprism-client-go/issues/2
|
||||
func TestRegressionIssue2(t *testing.T) {
|
||||
testStrings := []string{"localhost/", "localhost///////", "localhost//"}
|
||||
goal := "localhost"
|
||||
|
|
|
@ -3,7 +3,7 @@ package test
|
|||
import (
|
||||
"testing"
|
||||
|
||||
photoprism "github.com/kris-nova/photoprism-client-go"
|
||||
photoprism "github.com/astravexton/photoprism-client-go"
|
||||
)
|
||||
|
||||
// TestHappyLogin should succeed with the good password "missy"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue