mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Cluster: Report Config.About() instead of Config.Name() as app name #98
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -81,6 +81,11 @@ func TestTypeUnicode(t *testing.T) {
|
||||
input: "äöü",
|
||||
want: "äöü",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
input: "PhotoPrism® Pro",
|
||||
want: "PhotoPrism® Pro",
|
||||
},
|
||||
{
|
||||
name: "Empty",
|
||||
input: "",
|
||||
|
||||
Reference in New Issue
Block a user