Skip to content

Commit

Permalink
Update warning regex
Browse files Browse the repository at this point in the history
  • Loading branch information
f0uriest committed Mar 15, 2024
1 parent 889652f commit dc7593b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def HELIOTRON_vac(tmpdir_factory):
print("cwd=", cwd)

args = ["-o", str(desc_h5_path), input_filename, "-vv"]
with pytest.warns(UserWarning, match="Vacuum objective does not use any profiles"):
with pytest.warns(UserWarning, match="Vacuum objective assumes 0 pressure"):
main(args)

HELIOTRON_vacuum_out = {
Expand Down

0 comments on commit dc7593b

Please sign in to comment.