Unset DBUS_SESSION_BUS_ADDRESS

I am using libsecret in my code and my test failed with this error when running in CircleCI container.

Error: Address element ‘/dev/null’ does not contain a colon (:slight_smile:

The error was raised from Linux dbus API, and it does not happen when I run tests locally on my computer.
I believe the issue was caused by:
DBUS_SESSION_BUS_ADDRESS: /dev/null is set by default.

What should I do in my circle.yml to prevent DBUS_SESSION_BUS_ADDRESS being set to default?

1 Like