Skip to content

Commit 20bbac9

Browse files
authored
tests/record: Use .json file extension for HTTP fixtures (#5585)
1 parent 24e4fa9 commit 20bbac9

File tree

41 files changed

+1
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1
-0
lines changed

src/tests/record.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ fn cache_file(name: &str) -> PathBuf {
7979
.unwrap()
8080
.join("http-data")
8181
.join(name)
82+
.with_extension("json")
8283
}
8384

8485
enum Record {

0 commit comments

Comments
 (0)