Skip to content

Commit aa183cd

Browse files
committed
test: avoid secret-scan fixture false positive
1 parent 07aa15f commit aa183cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def request(method, url, *, token=None, form=None, body=None):
283283

284284

285285
def test_api_second_401_stops_after_one_replay_and_marks_token_updated(load_script, monkeypatch):
286-
api = load_script("youtube-autoencoder-api", "yta_api_second_401")
286+
api = load_script("youtube-autoencoder-api", "yta_second_401")
287287
revision = (1, 2, 3, 4)
288288
calls = []
289289
monkeypatch.setattr(api, "token_for_request", lambda: ("rejected-token", revision))

0 commit comments

Comments
 (0)