Skip to content

Commit 574b473

Browse files
fixing the grammar error =)))
1 parent d009a33 commit 574b473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/configs/test_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"db_uri": "postgresql://user:password@localhost:5432/mydb",
7373
},
7474
),
75-
# Case 4: Complete db_uri but inputing using env var, missing database parametter
75+
# Case 4: Complete db_uri but inputting using env var, missing database parameter
7676
(
7777
"$SOURCE_URI",
7878
None,
@@ -90,7 +90,7 @@
9090
"db_uri": "postgresql://user:password@localhost:5432/mydb",
9191
},
9292
),
93-
# Case 5: Complete db_uri but email-format username, missing database parametter
93+
# Case 5: Complete db_uri but email-format username, missing database parameter
9494
(
9595
"postgresql://[email protected]:password@localhost:5432/mydb",
9696
None,

0 commit comments

Comments
 (0)