Skip to content

Commit

Permalink
Assert correct_values_in_metadata in layer_by_used_servers_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jirik committed Oct 5, 2023
1 parent 7c7bbe9 commit 81c9b2d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ def test_layer(layer, params, rest_args, rest_method, parametrization):
version='1.1.1')
asserts_publ.geoserver_proxy.wms_legend_url_with_x_forwarded_headers(layer.workspace, layer.type, layer.name, )
asserts_publ.metadata.correct_comparison_response_with_x_forwarded_headers(layer.workspace, layer.type, layer.name, )
asserts_publ.metadata.correct_values_in_metadata(layer.workspace, layer.type, layer.name, http_method=rest_method.enum_item.publ_name_part)

0 comments on commit 81c9b2d

Please sign in to comment.