Skip to content

Commit 7415f49

Browse files
committed
Fix go sdk test
1 parent 772be7d commit 7415f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go-sdk/pkg/tests/client_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func TestAccessSystemInfo(t *testing.T) {
9090
info, err := client.System().Info().Get(context.Background(), nil)
9191
assert.Nil(t, err)
9292

93-
assert.Equal(t, "apicurio-registry", *info.GetName())
93+
assert.Equal(t, "Apicurio Registry (In Memory)", *info.GetName())
9494
}
9595

9696
func TestCreateAnArtifact(t *testing.T) {

0 commit comments

Comments
 (0)