Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 8, 2024
1 parent f6e8cfb commit cef6732
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/pytest_selenium/drivers/browserstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@


class BrowserStack(Provider):

API = "https://api.browserstack.com/automate/sessions/{session}.json"

@property
Expand Down
1 change: 0 additions & 1 deletion src/pytest_selenium/drivers/crossbrowsertesting.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@


class CrossBrowserTesting(Provider):

API = "https://crossbrowsertesting.com/api/v3/selenium/{session}"

@property
Expand Down
1 change: 0 additions & 1 deletion src/pytest_selenium/drivers/saucelabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@


class SauceLabs(Provider):

API = "https://api.{data_center}.saucelabs.com/v1/{username}/jobs/{session}"
JOB = "https://api.{data_center}.saucelabs.com/v1/jobs/{session}"

Expand Down
1 change: 0 additions & 1 deletion src/pytest_selenium/drivers/testingbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@


class TestingBot(Provider):

API = "https://api.testingbot.com/v1/tests/{session}"
JOB = "http://testingbot.com/members/tests/{session}"

Expand Down

0 comments on commit cef6732

Please sign in to comment.