Skip to content

Commit

Permalink
SecTester no longer has a cleanup method. This was causing a compilat…
Browse files Browse the repository at this point in the history
…ion error
  • Loading branch information
jwoertink committed Oct 26, 2023
1 parent 19951d9 commit 60d7350
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ authors:
- Jeremy Woertink <[email protected]>
- Bar Hofesh <[email protected]>

crystal: ">= 1.6.0"
crystal: ~> 1.6

license: MIT

dependencies:
habitat:
github: luckyframework/habitat
version: ~> 0.4.8
version: ">= 0.4.7, < 0.5"
sec_tester:
github: NeuraLegion/sec-tester-cr
version: ~> 1.6.1
version: ">= 1.6.1, < 1.7"

development_dependencies:
ameba:
Expand Down
2 changes: 1 addition & 1 deletion src/lucky_sec_tester.cr
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class LuckySecTester
SecTester::Test.new(settings.bright_token)
end

delegate :run_check, :cleanup, to: client
delegate :run_check, to: client

def build_target
SecTester::Target.new(Lucky::RouteHelper.settings.base_uri)
Expand Down

0 comments on commit 60d7350

Please sign in to comment.