Skip to content

Commit

Permalink
Changed URL that moved (#1651)
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Mols <johannes.mols@kraftvaerk.com>
  • Loading branch information
johannesmols and Johannes Mols committed Nov 28, 2023
1 parent 63ee615 commit 1a50388
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public async Task When_yaml_OpenAPI_spec_has_external_schema_refs_they_are_resol
}

[Theory]
[InlineData("https://www.zuora.com/developer/yaml/swagger.yaml", "https://rest.zuora.com/")]
[InlineData("https://developer.zuora.com/yaml/swagger.yaml", "https://rest.zuora.com/")]
public async Task When_yaml_OpenAPI_spec_is__served_with_gzip_compression__it_works(string inputYamlUrl, string expectedBaseUrl)
{
//// Act
Expand Down

0 comments on commit 1a50388

Please sign in to comment.