Skip to content

Commit

Permalink
Merge pull request Azure#33 from mjain2/users/rajsell/fixtestissues
Browse files Browse the repository at this point in the history
fixing test recordings
  • Loading branch information
DaeunYim authored Sep 15, 2020
2 parents c69812f + b45b50b commit ce97b26
Show file tree
Hide file tree
Showing 9 changed files with 9,402 additions and 7,775 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -257,13 +257,13 @@ class FlexibleServerProxyResourceMgmtScenarioTest(ScenarioTest):

@AllowLargeResponse()
@ResourceGroupPreparer(location=location)
def test_postgres_flexible_server_firewall_rule(self, resource_group):
def test_postgres_flexible_server_proxy_resource(self, resource_group):
self._test_firewall_rule_mgmt('postgres', resource_group)
self._test_parameter_mgmt('postgres', resource_group)

@AllowLargeResponse()
@ResourceGroupPreparer(location=location)
def test_mysql_flexible_server_firewall_rule(self, resource_group):
def test_mysql_flexible_server_proxy_resource(self, resource_group):
self._test_firewall_rule_mgmt('mysql', resource_group)
self._test_parameter_mgmt('mysql', resource_group)

Expand Down

0 comments on commit ce97b26

Please sign in to comment.