Skip to content

Commit 04e40a9

Browse files
Fixing indentation issues as mentioned by the check file format job
1 parent f0d3c7d commit 04e40a9

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

tests/Smokescreen/test_compartment_3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ def test_compartment_3(page: Page) -> None:
5858
# Log out
5959
NavigationBar(page).click_log_out_link()
6060
Logout(page).verify_log_out_page()
61-
page.close()
61+
page.close()

tests/test_bcss_19181_users_permit_list.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import pytest
22
from playwright.sync_api import Page
3-
from pages import (login_page as login, bcss_home_page as bcss_home, navigation_bar_links as nav_bar_links, log_out_page as logout,
4-
login_failure_screen as login_failure)
3+
from pages import (login_page as login, bcss_home_page as bcss_home, navigation_bar_links as nav_bar_links, log_out_page as logout,login_failure_screen as login_failure)
54
from utils.oracle import OracleDB
65

76
@pytest.fixture(scope="function", autouse=True)

utils/fit_kit_logged.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def update_kit_service_management_entity(device_id, normal):
167167
print("Parameters before execution:", params)
168168
rows_affected = OracleDB().update_or_insert_data_to_table(update_query, params)
169169
print(f"Rows affected: {rows_affected}")
170-
# Return the subject NHS number
170+
# Return the subject NHS number
171171
return subject_nhs_number
172172

173173

0 commit comments

Comments
 (0)