Skip to content

Commit

Permalink
update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Weltinio committed Apr 15, 2024
1 parent 05226cd commit fe506b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/thunderstore/methods/package_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ describe Thunderstore::Package do
context "valheim" do
describe ".list_packages" do
it "retrieves all packages" do
WebMock.stub(:get, "https://valheim.thunderstore.io/api/v1/package/")
WebMock.stub(:get, "https://thunderstore.io/api/v1/package/")
.to_return(status: 200, body: File.read("spec/support/All_Packages-1650682645115.json"), headers: {"Content-Type" => "application/json"})

client = Thunderstore::Client.new("valheim")
Expand Down

0 comments on commit fe506b7

Please sign in to comment.