Skip to content

Commit ad874bf

Browse files
committed
[Req report] Fix string template
1 parent 9ea338f commit ad874bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test2text/services/repositories/test_cases/fetch_by_requirement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
def fetch_test_cases_by_requirement(
55
db: DbClient, requirement_id: int, radius: float, limit: int
66
) -> list:
7-
sql = f"""
7+
sql = """
88
SELECT
99
Requirements.id as req_id,
1010
Requirements.external_id as req_external_id,

0 commit comments

Comments
 (0)