We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e396f commit 06cc0c2Copy full SHA for 06cc0c2
provider/app_test.go
@@ -432,6 +432,10 @@ func TestApp(t *testing.T) {
432
name: "Regular",
433
displayName: "Regular Application",
434
},
435
+ {
436
+ name: "DisplayNameStillOK",
437
+ displayName: "0123456789012345678901234567890123456789012345678901234567890123",
438
+ },
439
{
440
name: "DisplayNameTooLong",
441
displayName: "01234567890123456789012345678901234567890123456789012345678901234",
0 commit comments