Commit 6d1c174
committed
fix(agiloft): regenerate tool metadata and drop a JWT-shaped test fixture
Two CI failures, both mine.
The generated tool metadata was stale: this branch reworded the create record
fields output, which feeds it. Regenerated - the only entry that changes is
agiloft_create_record.
The login token-integrity test built its fake token from a real JWT header
segment, which reads as a live credential to secret scanning. The test only
needs an opaque value that happens to contain the password, so it uses one
that cannot be mistaken for a token.1 parent b769a15 commit 6d1c174
2 files changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
177 | 182 | | |
178 | | - | |
| 183 | + | |
179 | 184 | | |
180 | 185 | | |
181 | 186 | | |
| |||
Large diffs are not rendered by default.
0 commit comments