Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Fix serviceusage test (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
hshin-g authored and kevensen committed Oct 14, 2019
1 parent e12c087 commit ae21c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/simple_example/controls/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
end

it "configures serviceusage_max_calls" do
expect(config["inventory"]["api_quota"]["serviceusage"]["max_calls"]).to eq 2
expect(config["inventory"]["api_quota"]["serviceusage"]["max_calls"]).to eq 4
end

it "configures serviceusage_period" do
Expand Down

0 comments on commit ae21c29

Please sign in to comment.