Skip to content

Commit 2bce07d

Browse files
authored
Merge pull request #1 from nils-braun/normalization-ls-from-cache
Fix VCR test casettes
2 parents f491792 + 83e34a1 commit 2bce07d

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

fsspec/implementations/tests/cassettes/test_dbfs_write_and_read.yaml

+43
Original file line numberDiff line numberDiff line change
@@ -670,4 +670,47 @@ interactions:
670670
status:
671671
code: 200
672672
message: OK
673+
- request:
674+
body: '{"path": "/FileStore/"}'
675+
headers:
676+
Accept:
677+
- '*/*'
678+
Accept-Encoding:
679+
- gzip, deflate
680+
Connection:
681+
- keep-alive
682+
Content-Length:
683+
- '23'
684+
Content-Type:
685+
- application/json
686+
User-Agent:
687+
- python-requests/2.25.1
688+
authorization:
689+
- DUMMY
690+
method: GET
691+
uri: https://my_instance.com/api/2.0/dbfs/list
692+
response:
693+
body:
694+
string: !!binary |
695+
H4sIAAAAAAAEAxzLQQqAIBAF0Lv8tZFBRHqALtAyQqKUBjJDx0VFdy/aPng3HG02QQ83jolXaJTd
696+
Jz2HaEt/FomzcxCgZBaK0ByzFX8yiS4LLQV8WMjRPDGF3TD5T6umqltVK9VKKZ/xeQEAAP//AwC1
697+
7zK3aAAAAA==
698+
headers:
699+
content-encoding:
700+
- gzip
701+
content-type:
702+
- application/json
703+
server:
704+
- databricks
705+
strict-transport-security:
706+
- max-age=31536000; includeSubDomains; preload
707+
transfer-encoding:
708+
- chunked
709+
vary:
710+
- Accept-Encoding
711+
x-content-type-options:
712+
- nosniff
713+
status:
714+
code: 200
715+
message: OK
673716
version: 1

0 commit comments

Comments
 (0)