0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

test: assert config for equality, not identity

This commit is contained in:
2025-06-29 11:44:22 +02:00
committed by Klaus Wakonig
parent 422d06d141
commit 3f5ab142a3

View File

@ -29,4 +29,4 @@ def test_gui_server_get_service_config(gui_server):
"""
Test that the server is started with the correct arguments.
"""
assert gui_server._get_service_config().config is ServiceConfig().config
assert gui_server._get_service_config().config == ServiceConfig().config