Skip to content

Commit

Permalink
Fix rego linting issue introduced by regal update
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoliaw committed Nov 15, 2024
1 parent dd0fe3f commit 4644604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions policy/diamond/policy/session/session_test.rego
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ else := true # regal ignore:default-over-else
test_session_beamline if {
bl1 := session.beamline with input as {"proposal": 1, "visit": 1}
with data.diamond.data as diamond_data
bl1 == "i03"

bl2 := session.beamline with input as {"proposal": 1, "visit": 2}
with data.diamond.data as diamond_data

bl1 == "i03"
bl2 == "b07"
}

0 comments on commit 4644604

Please sign in to comment.