We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d009a33 commit 574b473Copy full SHA for 574b473
tests/configs/test_config.py
@@ -72,7 +72,7 @@
72
"db_uri": "postgresql://user:password@localhost:5432/mydb",
73
},
74
),
75
- # Case 4: Complete db_uri but inputing using env var, missing database parametter
+ # Case 4: Complete db_uri but inputting using env var, missing database parameter
76
(
77
"$SOURCE_URI",
78
None,
@@ -90,7 +90,7 @@
90
91
92
93
- # Case 5: Complete db_uri but email-format username, missing database parametter
+ # Case 5: Complete db_uri but email-format username, missing database parameter
94
95
"postgresql://[email protected]:password@localhost:5432/mydb",
96
0 commit comments