Skip to content

Commit

Permalink
Temporarily remove clear site
Browse files Browse the repository at this point in the history
  • Loading branch information
maciej-nedza committed Mar 4, 2024
1 parent a98cca5 commit a314c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def client() -> AdvancedBillingClient:
)

clean_custom_fields(client)
client.sites.clear_site()
#client.sites.clear_site()
sleep(10) # Wait for site to be cleared as it takes some time

yield client
Expand Down

0 comments on commit a314c68

Please sign in to comment.