aboutsummaryrefslogtreecommitdiffhomepage
path: root/dbus/dbus_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus_test.go')
-rw-r--r--dbus/dbus_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus_test.go b/dbus/dbus_test.go
index 28f3c244..098a2179 100644
--- a/dbus/dbus_test.go
+++ b/dbus/dbus_test.go
@@ -164,7 +164,7 @@ func TestProxy_Start_Wait_Close_String(t *testing.T) {
}
t.Run("started string of "+id, func(t *testing.T) {
- wantSubstr := binPath + " --args=3 --fd=4"
+ wantSubstr := binPath + " --args=3"
if got := p.String(); !strings.Contains(got, wantSubstr) {
t.Errorf("String() = %v, want %v",
p.String(), wantSubstr)