Skip to content

Commit a8f5892

Browse files
committed
revert
Signed-off-by: Anton Troshin <[email protected]>
1 parent 696c837 commit a8f5892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/standalone/run_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func TestStandaloneRun(t *testing.T) {
5454
output, err := cmdRun(path, "--dapr-internal-grpc-port", "9999", "--", "bash", "-c", "echo test")
5555
t.Log(output)
5656
require.NoError(t, err, "run failed")
57-
assert.Contains(t, output, "Internal gRPC server is running on :9999")
57+
assert.Contains(t, output, "Internal gRPC server is running on port 9999")
5858
assert.Contains(t, output, "Exited App successfully")
5959
assert.Contains(t, output, "Exited Dapr successfully")
6060
assert.NotContains(t, output, "Could not update sidecar metadata for cliPID")

0 commit comments

Comments
 (0)