Skip to content

Commit

Permalink
update deep object test
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed May 6, 2020
1 parent e8282e0 commit 6c6d2a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/resources/serialized.objects.yaml
Expand Up @@ -31,6 +31,9 @@ paths:
enum: ["default", "validated", "pending"]
default: "default"
description: "Filter the tags by their validity. The default value ('default') stands for no filtering."
greeting:
type: string
default: "hello"
responses:
"200":
description: the object
Expand Down
1 change: 1 addition & 0 deletions test/serialized.objects.spec.ts
Expand Up @@ -141,6 +141,7 @@ describe(packageJson.name, () => {
settings: {
tag_ids: [1],
state: 'default',
greeting: 'hello',
},
};
expect(r.body).to.deep.equals(expected);
Expand Down

0 comments on commit 6c6d2a9

Please sign in to comment.