mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-25 21:55:49 +00:00
fix: update test description for default collection name handling
This commit is contained in:
@@ -29,7 +29,7 @@ servers:
|
||||
expect(result.name).toBe('My API');
|
||||
});
|
||||
|
||||
it('defaults to Untitled Collection if info.title is an empty string or only whitespace', () => {
|
||||
it('defaults to Untitled Collection if info.title is only whitespace', () => {
|
||||
const openApiWithTitle = `
|
||||
openapi: '3.0.0'
|
||||
info:
|
||||
|
||||
Reference in New Issue
Block a user