Skip to content

Commit

Permalink
Added smoke tag.
Browse files Browse the repository at this point in the history
Signed-off-by: sreepuramsudheer <[email protected]>
  • Loading branch information
sreepuramsudheer committed Oct 29, 2024
1 parent 807a789 commit 246e1ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions oc-chef-pedant/spec/api/server_license_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
end

context "when having valid license" do
it "can get all users", automate: true do
it "can get all users", :smoke do
get(request_url, platform.superuser).should look_like({
:status => 403,
:status => 200,
:body => users_body
})
end
Expand All @@ -52,7 +52,7 @@
system("sleep 30")
end

it "returns 403" do
it "returns 403", :smoke do
puts get(request_url, platform.superuser)
get(request_url, platform.superuser).should look_like({
:status => 200
Expand Down

0 comments on commit 246e1ce

Please sign in to comment.