Skip to content

Commit b0c7a82

Browse files
committed
linting: add return statement
1 parent ffae031 commit b0c7a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaleway/tests/test_instance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def wait_test_instance_server(self, server_id):
5151

5252
time.sleep(int)
5353

54-
self.fail("Server did not reach 'running' state in time.")
54+
return self.fail("Server did not reach 'running' state in time.")
5555

5656
def create_test_instance_server(self) -> Server:
5757
volumes = dict[str, VolumeServerTemplate]()

0 commit comments

Comments
 (0)