Added v3 server to what changed

This commit is contained in:
Dave Shanley
2022-10-26 09:15:16 -04:00
parent 733af5510e
commit 476017d63d
3 changed files with 234 additions and 2 deletions

View File

@@ -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`