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

Rename TestServiceToServiceCallViaActivator TestSvcToSvcViaActivator #461

Merged
merged 1 commit into from
Apr 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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