Skip to content

Commit

Permalink
fixtest: tigerdata -> td
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Aug 2, 2023
1 parent ac43cf6 commit da24c9b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
CHANGES
=======

4.19.2
------

* redesign: tigerdata.princeton.edu is now td.princeton.edu

4.19.1
------

* feat: add reencode to CloudFiles transfer\_to/from
* fix: inverted order of arguments for transfer\_from

4.19.0
------

Expand Down
2 changes: 1 addition & 1 deletion automated_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ def test_to_https_protocol():
assert pth == "https://s3-hpcrc.rc.princeton.edu/my_bucket/to/heaven"

pth = to_https_protocol("tigerdata://my_bucket/to/heaven")
assert pth == "https://tigerdata.princeton.edu/my_bucket/to/heaven"
assert pth == "https://td.princeton.edu/my_bucket/to/heaven"

pth = to_https_protocol("file://my_bucket/to/heaven")
assert pth == "file://my_bucket/to/heaven"
Expand Down

0 comments on commit da24c9b

Please sign in to comment.