Commit e1b439a
committed
fix(tests): string concatenation and formatting
- Fixed incorrect string concatenation in test_commands.py.
- Updated old-style string formatting to f-strings in workflow.py.
- Adjusted literal string formatting in test_dataflow.py for consistency.
Signed-off-by: Yves Bastide <yves@botify.com>1 parent 9080679 commit e1b439a
File tree
2 files changed
+2
-2
lines changed- tests
- integration
- test_simpleflow
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1176 | 1176 | | |
1177 | 1177 | | |
1178 | 1178 | | |
1179 | | - | |
| 1179 | + | |
1180 | 1180 | | |
1181 | 1181 | | |
1182 | 1182 | | |
| |||
0 commit comments