Skip to content

Commit

Permalink
fix(tests): generic session
Browse files Browse the repository at this point in the history
  • Loading branch information
pcattori committed Mar 27, 2020
1 parent 56ffb1b commit 3fbbdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tamr_client/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def load_json(path: Union[str, Path]):


def session():
auth = tc.UsernamePasswordAuth("admin", "dt")
auth = tc.UsernamePasswordAuth("username", "password")
s = tc.session.from_auth(auth)
return s

Expand Down

0 comments on commit 3fbbdde

Please sign in to comment.