Skip to content

Commit

Permalink
Merge branch 'main' into release/0.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored May 2, 2024
2 parents c8e4296 + e378dcb commit ff7bb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ def test_initialize_project_not_confirming_organization(tmp_path: Path) -> None:
)

with pytest.raises(SystemExit):
logfire.configure()
logfire.configure(data_dir=tmp_path)

assert confirm_mock.mock_calls == [
call('Do you want to use one of your existing projects? ', default=True),
Expand Down

0 comments on commit ff7bb29

Please sign in to comment.