Skip to content

Commit 6a48777

Browse files
Minor fix (#90)
Co-authored-by: nrodriguezmicrofocus <norma.rodriguez@microfocus.com> Co-authored-by: nrodriguezmicrofocus <44621128+nrodriguezmicrofocus@users.noreply.github.com>
1 parent 15eab3c commit 6a48777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def vertica_target():
105105
return {
106106
'type': 'vertica',
107107
'threads': 1,
108-
'host': 'localhost ',
108+
'host': 'localhost',
109109
'username': 'dbadmin',
110110
'password': '',
111111
'database': 'docker',

0 commit comments

Comments
 (0)