Skip to content

Commit

Permalink
#334: rollback unexpected changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup committed Feb 14, 2021
1 parent c24f02c commit 783f223
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/lazylead/system/jira_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,5 @@ def save!(body)
"context_path" => ""
).issues("key=DATAJDBC-480")
end

test "users from particular group found" do
refute_empty Jira.new(
"username" => ENV["JIRA_USER"],
"password" => ENV["JIRA_PASS"],
"site" => "https://jira.spring.io",
"context_path" => ""
).users("jira-administrators")
end
end
end

0 comments on commit 783f223

Please sign in to comment.