Skip to content

Commit

Permalink
fix openApi tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenr committed Oct 14, 2024
1 parent 9b108be commit 3820f69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"validity" : {
"type" : "string",
"enum" : [ "VALID", "INVALID", "OPTIMISTIC" ]
"enum" : [ "valid", "invalid", "optimistic" ]
},
"execution_block_hash" : {
"type" : "string",
Expand Down

0 comments on commit 3820f69

Please sign in to comment.