Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Rename TestServiceToServiceCallViaActivator to TestSvcToSvcViaActivat…
Browse files Browse the repository at this point in the history
…or (#461)
  • Loading branch information
nak3 authored Apr 16, 2020
1 parent 7391264 commit 6cdb81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/service_to_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ func testSvcToSvcCallViaActivator(t *testing.T, clients *test.Clients, injectA b

// Same test as TestServiceToServiceCall but before sending requests
// we're waiting for target app to be scaled to zero
func TestServiceToServiceCallViaActivator(t *testing.T) {
func TestSvcToSvcViaActivator(t *testing.T) {
t.Parallel()
cancel := logstream.Start(t)
defer cancel()
Expand Down

0 comments on commit 6cdb81f

Please sign in to comment.