We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a8fc5 commit 1d44363Copy full SHA for 1d44363
go-sdk/pkg/tests/client_test.go
@@ -90,7 +90,7 @@ func TestAccessSystemInfo(t *testing.T) {
90
info, err := client.System().Info().Get(context.Background(), nil)
91
assert.Nil(t, err)
92
93
- assert.Equal(t, "apicurio-registry", *info.GetName())
+ assert.Equal(t, "Apicurio Registry (In Memory)", *info.GetName())
94
}
95
96
func TestCreateAnArtifact(t *testing.T) {
0 commit comments