Skip to content

Commit

Permalink
Chore(): Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alithethird committed Jan 16, 2025
1 parent fbc66ab commit cdb1902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/integrations/test_tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
("fastapi_tracing_app", 8080),
("go_tracing_app", 8080),
],
indirect["tracing_app"],
indirect=["tracing_app"],
)
@pytest.mark.skip_juju_version("3.4") # Tempo only supports Juju>=3.4
async def test_workload_tracing(
Expand Down

0 comments on commit cdb1902

Please sign in to comment.