Skip to content

Commit

Permalink
remove: some comments in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ETiV authored Mar 5, 2023
1 parent ca254f6 commit d5c3018
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions spec/unit/mixin/alibaba_metadata_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,6 @@ def compare_tree(local, remote, need_sanitize = false)
end
end

### There's no more /user-data
# context "when fetching user-data" do
# let(:response) { double("Net::HTTP Response", body: CONF_STR, code: "200") }
# it "should not to be continuously requested line by line, and equals to its content" do
# expect { mixin.fetch_metadata("/user-data") }.not_to raise_error
# expect(mixin.fetch_metadata("/user-data")).to eq(CONF_STR)
# end
# end

api_tree = {
"meta-data" => {
# plain K-V
Expand Down

0 comments on commit d5c3018

Please sign in to comment.