Skip to content

Commit

Permalink
Change username for the examples
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Lamparelli <[email protected]>
  • Loading branch information
lampajr committed Aug 29, 2024
1 parent b7d0954 commit b896332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/basic_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from horreum.raw_client.models.transformer import Transformer

base_url = "http://localhost:8080"
username = "user"
username = "horreum.bootstrap"
password = "secret"

cleanup_data = True
Expand Down
2 changes: 1 addition & 1 deletion examples/read_only_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
DEFAULT_REQUEST_TIMEOUT: int = 100

base_url = "http://localhost:8080"
username = "user"
username = "horreum.bootstrap"
password = "secret"

expected_server_version = "0.13.0"
Expand Down

0 comments on commit b896332

Please sign in to comment.