Skip to content

Commit

Permalink
handle missing secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere committed Jun 7, 2023
1 parent d3f4d80 commit b6c9c47
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,7 @@ class TestDiscovery(BaseTest):
({"string"}, "timestamp_with_timezone"),
({"string"}, "timestamp_without_timezone"),
({"string", "null"}, "timestamp_with_timezone"),
({"string", "null"}, "timestamp_without_timezone"),
({"integer"}, "integer"),
({"integer", "null"}, "integer"),
({"number"}, "integer"),
Expand Down

0 comments on commit b6c9c47

Please sign in to comment.