Skip to content

Commit 9e1aa08

Browse files
author
Aravindhan Palanisamy
committed
lint
1 parent 5c18d12 commit 9e1aa08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/systems/test_systems.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def test__query_systems_with_projections__returns_the_systems_with_projected_pro
146146
self, client: SystemsClient
147147
):
148148
query_systems_request = QuerySystemsRequest(
149-
filter="grains.data.localhost != \"\" && grains.data.master != \"\"",
149+
filter='grains.data.localhost != "" && grains.data.master != ""',
150150
projection="new(id, alias, grains.data.master as master , grains.data.host as host)",
151151
take=1,
152152
)

0 commit comments

Comments
 (0)