Skip to content

Commit

Permalink
Add test for newly added feature that was missed in previous PR
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinlawnik committed Sep 5, 2024
1 parent 62411ea commit 1baffed
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nobl9/resource_direct_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,16 @@ resource "nobl9_direct_%s" "%s" {
account = "account_name"
account_id = "secret"
access_key = "secret"
historical_data_retrieval {
default_duration {
unit = "Day"
value = 1
}
max_duration {
unit = "Day"
value = 10
}
}
log_collection_enabled = true
release_channel = "beta"
query_delay {
Expand Down

0 comments on commit 1baffed

Please sign in to comment.