replace vault by kasier

This commit is contained in:
m
2026-09-17 07:59:21 +02:00
parent cd4f0179fc
commit f29a3c3617
191 changed files with 956 additions and 927 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package repository
import (
"testing"
"github.com/vaultdrop/backend/dbtest"
"github.com/kazier/backend/dbtest"
)
func newTestDevices(t *testing.T) *Devices {
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"testing"
"time"
"github.com/vaultdrop/backend/dbtest"
"github.com/kazier/backend/dbtest"
)
func newTestRepo(t *testing.T) *Repository {
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"errors"
"testing"
"github.com/vaultdrop/backend/dbtest"
"github.com/kazier/backend/dbtest"
)
func newTestOperations(t *testing.T) (*Operations, *Devices) {
+2 -2
View File
@@ -5,10 +5,10 @@ import (
"testing"
"time"
"github.com/vaultdrop/backend/dbtest"
"github.com/kazier/backend/dbtest"
)
const repositoryTestURL = "postgres://vaultdrop:vaultdrop@localhost:5432/vaultdrop_repository_test?sslmode=disable"
const repositoryTestURL = "postgres://kazier:kazier@localhost:5432/kazier_repository_test?sslmode=disable"
func newTestResources(t *testing.T) *Resources {
t.Helper()
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"errors"
"testing"
"github.com/vaultdrop/backend/dbtest"
"github.com/kazier/backend/dbtest"
)
func newTestUsers(t *testing.T) *Users {