Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lgzy committed Jul 8, 2022
1 parent 79a2a91 commit fa1b0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/specs_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def _repo_credentials_test_impl(ctx):
env = unittest.begin(ctx)
asserts.equals(
env,
"maven.google.com bob:l0bl4w",
"\"maven.google.com bob:l0bl4w\"",
utils.repo_credentials({"repo_url": repo_url, "credentials": {"user": "bob", "password": "l0bl4w"}}),
)
return unittest.end(env)
Expand Down

0 comments on commit fa1b0c8

Please sign in to comment.