Skip to content

Commit

Permalink
Fix to obtain real US connection entry
Browse files Browse the repository at this point in the history
  • Loading branch information
khamitovdr committed Dec 23, 2024
1 parent 7b889a3 commit 4a54f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dl_core_testing/dl_core_testing/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def make_saved_connection(
) -> ConnectionBase:
conn = make_connection(us_manager=sync_usm, conn_type=conn_type, conn_name=conn_name, data_dict=data_dict)
sync_usm.save(conn)
return conn
return sync_usm.get_by_id(conn.uuid)


def make_saved_connection_from_db(
Expand Down

0 comments on commit 4a54f67

Please sign in to comment.