Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
lo-simon committed Mar 13, 2024
1 parent e92a93e commit 0201393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nmostesting/suites/IS1101Test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2140,8 +2140,8 @@ def test_02_03_04(self, test):
headers={"Content-Type": "application/octet-stream"},
data=self.valid_edid)
if not valid or response.status_code != 204:
return test.FAIL("Unexpected response from "
"the Stream Compatibility Management API: {}".format(response))
return test.FAIL("Unexpected response from the Stream Compatibility Management API: {}"
.format(response))
time.sleep(CONFIG.STABLE_STATE_DELAY)

valid, response = self.do_request(
Expand Down

0 comments on commit 0201393

Please sign in to comment.