Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni authored Oct 31, 2024
2 parents 6f3e2f0 + 24fb254 commit 2e02a09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/config.test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@
color: '#1e2251',
}
}

end
6 changes: 4 additions & 2 deletions test/middleware/test_cache.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ def setup
faraday.adapter :excon
end
end



def teardown
WebMock.disable!
end



def test_cache_hit_for_get_request
body1, body2 = nil
# First request should not hit the cache
Expand Down

0 comments on commit 2e02a09

Please sign in to comment.