Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy committed Nov 27, 2023
1 parent 0828652 commit 89df87b
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 89df87b

Please sign in to comment.