Public release source-69fccd306838
Source commit: 69fccd306838141ba9b1730f4ac4afb1a617bb4e Public tree identity: sha256:8c03637496d3f7ee1b625aa1c823cd69bfcf0247a061d8cb571e05d537329691
This commit is contained in:
parent
f4590ca576
commit
ba749b9e47
88 changed files with 204 additions and 18991 deletions
|
|
@ -634,13 +634,12 @@ mod tests {
|
|||
#[test]
|
||||
fn hosted_url_remains_an_https_control_endpoint() {
|
||||
assert_eq!(
|
||||
control_endpoint_identity("https://clusterflux.michelpaulissen.com").unwrap(),
|
||||
"https://clusterflux.michelpaulissen.com/api/v1/control"
|
||||
control_endpoint_identity("https://clusterflux.lesstuff.com").unwrap(),
|
||||
"https://clusterflux.lesstuff.com/api/v1/control"
|
||||
);
|
||||
assert_eq!(
|
||||
control_endpoint_identity("https://clusterflux.michelpaulissen.com/api/v1/control")
|
||||
.unwrap(),
|
||||
"https://clusterflux.michelpaulissen.com/api/v1/control"
|
||||
control_endpoint_identity("https://clusterflux.lesstuff.com/api/v1/control").unwrap(),
|
||||
"https://clusterflux.lesstuff.com/api/v1/control"
|
||||
);
|
||||
assert_eq!(
|
||||
control_endpoint_identity("127.0.0.1:7999").unwrap(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue