refactor(tests): update test name for org workflows

This commit is contained in:
Kynan Ware 2025-03-24 12:54:47 -06:00
parent d3ad4f410b
commit a35ae3b8bb

View file

@ -367,7 +367,7 @@ func TestListRun(t *testing.T) {
`),
},
{
name: "organization required workflow in run list (workflow GET returns 404)",
name: "org required workflow in runs list shows with empty workflow name",
opts: &ListOptions{
Limit: defaultLimit,
now: shared.TestRunStartTime.Add(time.Minute*4 + time.Second*34),