Skip to content

Commit

Permalink
fix(build/testdata): typo on name field case
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeMac committed Jun 29, 2023
1 parent 5378625 commit d0b5106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/testing/integration/readonly/testdata/default.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "1.0"
flags:
- key: flag_disabled
Name: FLAG_DISABLED
name: FLAG_DISABLED
description: Disabled Flag Description
- key: flag_001
name: FLAG_001
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "1.0"
namespace: production
flags:
- key: flag_disabled
Name: FLAG_DISABLED
name: FLAG_DISABLED
description: Disabled Flag Description
- key: flag_001
name: FLAG_001
Expand Down

0 comments on commit d0b5106

Please sign in to comment.