mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
fix: test compile error (#1006)
This commit is contained in:
parent
17c7a558a5
commit
5619ac4b92
1 changed files with 2 additions and 2 deletions
|
|
@ -122,9 +122,9 @@ func TestHandleGetInfoEvent_WithPermission(t *testing.T) {
|
|||
|
||||
func TestHandleGetInfoEvent_WithMetadata(t *testing.T) {
|
||||
ctx := context.TODO()
|
||||
defer tests.RemoveTestService()
|
||||
svc, err := tests.CreateTestService()
|
||||
svc, err := tests.CreateTestService(t)
|
||||
require.NoError(t, err)
|
||||
defer svc.Remove()
|
||||
|
||||
metadata := map[string]interface{}{
|
||||
"a": 123,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue