From e89275bc787ae17bc698ac8cdb8cdaf5ebeb7852 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 29 Apr 2017 19:01:12 +0200 Subject: postgres_client_spec.rb: Use integer port instead of string Match the expected type with the input. --- spec/dbshell/postgres_client_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3