Skip to content

Commit

Permalink
Add missing new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
edlouth committed Nov 13, 2023
1 parent bc6ae5c commit 5d93bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grai-server/app/connections/tests/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def test_run_update_server_postgres_wrong_password(self, test_workspace, test_po
run.metadata["message"]
== 'connection to server at "localhost" (127.0.0.1), port 5432 failed: FATAL: password authentication failed for user "grai"\n'
or run.metadata["message"]
== 'connection to server at "127.0.0.1", port 5432 failed: FATAL: password authentication failed for user "grai"'
== 'connection to server at "127.0.0.1", port 5432 failed: FATAL: password authentication failed for user "grai"\n'
)

def test_run_update_server_postgres_no_database(self, test_workspace, test_postgres_connector, test_source):
Expand Down Expand Up @@ -289,7 +289,7 @@ def test_run_update_server_postgres_no_database(self, test_workspace, test_postg
run.metadata["message"]
== 'connection to server at "localhost" (127.0.0.1), port 5432 failed: FATAL: database "wrong" does not exist\n'
or run.metadata["message"]
== 'connection to server at "127.0.0.1", port 5432 failed: FATAL: database "wrong" does not exist'
== 'connection to server at "127.0.0.1", port 5432 failed: FATAL: database "wrong" does not exist\n'
)

def test_run_update_server_no_connector(self, test_workspace, test_connector, test_source):
Expand Down

0 comments on commit 5d93bd0

Please sign in to comment.