Skip to content

Commit

Permalink
Fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
index-git committed Oct 2, 2023
1 parent 7c3dce9 commit bd66a0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def before_class(self):
'X-Forwarded-Prefix': '/some-client-proxy',
}, 'https://enjoychallenge.tech/some-client-proxy', id='full-client-proxy-prefix'),
])
def test_x_forwarded_prefix(self, headers, exp_url_prefix):
def test_x_forwarded_headers(self, headers, exp_url_prefix):
map = MAP
resp = process_client.get_workspace_map_file(map.type, map.workspace, map.name, headers=headers)

Expand Down

0 comments on commit bd66a0a

Please sign in to comment.