Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Mar 21, 2024
1 parent ffc9537 commit 1208086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/short_url_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module PlaceOS::Api
})

result.headers["Location"]?.should eq redirect_to
result.status_code.should eq 302
result.status_code.should eq 303
uri.destroy
end
end
Expand Down

0 comments on commit 1208086

Please sign in to comment.