Skip to content

Commit

Permalink
Regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin authored and dmitrii-ubskii committed Jan 8, 2024
1 parent 2cdd525 commit 7a9f772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def before_scenario(context: Context, scenario):
def setup_context_driver(context, username, password):
credential = TypeDBCredential(username, password, tls_enabled=True, tls_root_ca_path=context.credential_root_ca_path)
context.driver = TypeDB.enterprise_driver(addresses=["localhost:" + context.config.userdata["port"]],
credential=credential)
credential=credential)
context.session_options = TypeDBOptions(infer=True)
context.transaction_options = TypeDBOptions(infer=True)

Expand Down
2 changes: 1 addition & 1 deletion rust/docs/errors/ConnectionError.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
|===
|Variant
a| `BrokenPipe()`
a| `ConnectionFailed()`
a| `ConnectionIsClosed()`
a| `ConnectionRefused()`
a| `DatabaseDoesNotExist(String)`
a| `EnterpriseAllNodesFailed(String)`
a| `EnterpriseEndpointEncrypted()`
Expand Down

0 comments on commit 7a9f772

Please sign in to comment.