diff options
-rw-r--r-- | spec/dbshell/postgres_client_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/dbshell/postgres_client_spec.rb b/spec/dbshell/postgres_client_spec.rb index 0773778..2f767f1 100644 --- a/spec/dbshell/postgres_client_spec.rb +++ b/spec/dbshell/postgres_client_spec.rb @@ -18,7 +18,7 @@ describe DBShell::PostgresClient do '-h', 'mailmarehost', '-p', - '6027', + 6027, 'dbname' ]) end |