mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-07 12:37:48 +00:00
Added v3 server to what changed
This commit is contained in:
@@ -106,12 +106,12 @@ enum:
|
||||
func TestCompareServerVariables_Added(t *testing.T) {
|
||||
|
||||
left := `description: hi
|
||||
default: hello
|
||||
enum:
|
||||
- one
|
||||
- two`
|
||||
|
||||
right := `description: hi
|
||||
right := `default: hello
|
||||
description: hi
|
||||
enum:
|
||||
- one
|
||||
- two`
|
||||
|
||||
Reference in New Issue
Block a user