Skip to content

Commit e373262

Browse files
BrewTestBotdaeho-ro
authored andcommitted
pytr 0.4.9
1 parent f13883c commit e373262

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Formula/p/pytr.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class Pytr < Formula
33

44
desc "Use TradeRepublic in terminal and mass download all documents"
55
homepage "https://github.com/pytr-org/pytr"
6-
url "https://files.pythonhosted.org/packages/7f/87/7804f890684a4f137f49c74c9254fe95097ea724d2002dca38c2250aed0f/pytr-0.4.8.tar.gz"
7-
sha256 "e592cdb5b00564f1c1ed93c4e6effcb89912c6068b36d99d57f36fbe5daaaee6"
6+
url "https://files.pythonhosted.org/packages/11/91/6296f202e588f830437d27d0876745eca4e21555d9a11a504ac8270f1e4e/pytr-0.4.9.tar.gz"
7+
sha256 "cd9a9547ba8de75caf9322bb205e71871890a57a69512a6e48a72bb354866332"
88
license "MIT"
99

1010
bottle do
@@ -159,6 +159,6 @@ def install
159159
)
160160
assert_match "Retrieving AWS WAF token using Playwright", output
161161
assert_path_exists testpath/"pytr.log"
162-
assert_match "Failed to get AWS WAF token", (testpath/"pytr.log").read
162+
assert_match "Looks like Playwright was just installed or updated", (testpath/"pytr.log").read
163163
end
164164
end

0 commit comments

Comments
 (0)