Skip to content

Commit

Permalink
Removed DM-43821 from test_TopicDescription.py as the MTMount was fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbovill committed Aug 28, 2024
1 parent a16574f commit b2a641f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_TopicDescription.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ def check_for_issues(csc: str, topic: str) -> str:
return "DM-43804"
case "MTCamera-Telemetry" | "MTCamera-Commands" | "MTCamera-Events":
return "DM-43816"
case "MTMount-Events" | "MTMount-Telemetry":
return "DM-43821"
case _:
return ""

Expand Down

0 comments on commit b2a641f

Please sign in to comment.