Skip to content

Commit

Permalink
More Black
Browse files Browse the repository at this point in the history
  • Loading branch information
xyu committed Feb 15, 2022
1 parent 0064158 commit 905fefd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/core/test_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,10 @@ def test_as_dict_works_without_sensitive_cmds(self):
assert 'sql_alchemy_conn' in conf_maintain_cmds['core']
assert 'sql_alchemy_conn_cmd' not in conf_maintain_cmds['core']

assert conf_materialize_cmds['core']['sql_alchemy_conn'] == conf_maintain_cmds['core']['sql_alchemy_conn']
assert (
conf_materialize_cmds['core']['sql_alchemy_conn']
== conf_maintain_cmds['core']['sql_alchemy_conn']
)

def test_as_dict_respects_sensitive_cmds(self):
conf_conn = conf['core']['sql_alchemy_conn']
Expand Down

0 comments on commit 905fefd

Please sign in to comment.