Skip to content

Commit

Permalink
minor: fix CSM o11y with injection test filename (#144)
Browse files Browse the repository at this point in the history
Rename `csm_observability_test_with_injection.py` to
`csm_observability_with_injection_test.py`: `_test` should be the
suffix, not the infix.

Related cl/705131445.
  • Loading branch information
sergiitk authored Dec 11, 2024
1 parent 3e8a89b commit b1402dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/psm_interop_kokoro_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ psm::csm::get_tests() {
"gamma.affinity_test"
"gamma.affinity_session_drain_test"
"gamma.csm_observability_test"
"gamma.csm_observability_test_with_injection"
"gamma.csm_observability_with_injection_test"
"app_net_ssa_test"
"app_net_csm_observability_test"
)
Expand Down

0 comments on commit b1402dc

Please sign in to comment.