Skip to content

Commit

Permalink
CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavdeep13 committed Jan 16, 2025
1 parent 815a1e0 commit d130a00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ class TestSettings(BaseSettings):
'CB_HOST',
'CONTEXTBROKER_URL',
'OCB_URL'))
LD_CB_URL: AnyHttpUrl = Field(default="http://localhost:1027", # Add this field
validation_alias='LD_CB_URL')
IOTA_URL: AnyHttpUrl = Field(default="http://localhost:4041",
validation_alias='IOTA_URL')
IOTA_JSON_URL: AnyHttpUrl = Field(default="http://localhost:4041",
Expand Down

0 comments on commit d130a00

Please sign in to comment.