mirror of https://github.com/databricks/cli.git
fix test toml
This commit is contained in:
parent
a556d51164
commit
a407a5462d
|
@ -1,4 +1,6 @@
|
|||
IncludeRequestHeaders = ["Authorization"]
|
||||
Local = true
|
||||
Cloud = false
|
||||
|
||||
[[Repls]]
|
||||
Old = '17\d{11}'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
LocalOnly = true
|
||||
RecordRequests = true
|
||||
|
||||
[[Server]]
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
LocalOnly = true
|
||||
RecordRequests = true
|
||||
|
||||
[[Server]]
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
LocalOnly = true
|
||||
RecordRequests = true
|
||||
|
||||
[[Server]]
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# RecordRequests is not supported for integration tests yet. Once we have support
|
||||
# for running integration tests with record requests we can remove this test since
|
||||
# it's a copy of acceptance/telemetry/upload-succeeds.
|
||||
Local = true
|
||||
Cloud = true
|
||||
|
||||
[[Server]]
|
||||
Pattern = "POST /telemetry-ext"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
LocalOnly = true
|
||||
RecordRequests = true
|
||||
|
||||
[[Server]]
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
LocalOnly = true
|
||||
RecordRequests = true
|
||||
|
||||
[[Server]]
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
LocalOnly = true
|
||||
RecordRequests = true
|
||||
|
||||
[[Server]]
|
||||
|
|
Loading…
Reference in New Issue