saucelabs / saucectl

A command line interface for the Sauce Labs platform.
Apache License 2.0
42 stars 16 forks source link

refactor: redundant job url construction #965

Closed alexplischke closed 5 days ago

alexplischke commented 5 days ago

Description

https://github.com/saucelabs/saucectl/pull/963 moved the responsibility of providing a Job url to the clients. There was still one location that constructed its own.

Additional log statements were simplified and aligned with regards to wording.