Skip to content

Commit

Permalink
Kokoro: fix dualstack test name (#112)
Browse files Browse the repository at this point in the history
`test_dualstack` -> `dualstack_test`
  • Loading branch information
aranjans authored Jul 25, 2024
1 parent f7180e1 commit bee1333
Showing 1 changed file 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 @@ -176,7 +176,7 @@ psm::dualstack::setup() {
#######################################
psm::dualstack::get_tests() {
TESTS=(
"test_dualstack"
"dualstack_test"
)
}

Expand Down

0 comments on commit bee1333

Please sign in to comment.