Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Marcelo Henrique Neppel <[email protected]>
  • Loading branch information
marceloneppel committed Jan 9, 2025
1 parent 5a6a9a0 commit 8844102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async def test_config_parameters(ops_test: OpsTest) -> None:
}, # config option is one of `on`, `remote_apply` or `remote_write`
{
"instance_max_locks_per_transaction": ["-1", "64"]
},
}, # config option is between 64 and 2147483647
{
"instance_password_encryption": [test_string, "scram-sha-256"]
}, # config option is one of `md5` or `scram-sha-256`
Expand Down

0 comments on commit 8844102

Please sign in to comment.