Update cspell.json to include OIDC to fix spell check error in event-processor.yml (#4544)
* Minor tweak to event-processor.yml to trigger cspell checks * Cosmetic change to context_test.cpp in azure-core to trigger CI pipelines * Update cspell.json to include OIDC
This commit is contained in:
Родитель
cfe34de5b3
Коммит
1c15232a63
|
@ -59,7 +59,7 @@ jobs:
|
|||
|
||||
# To run github-event-processor built from source, for testing purposes, uncomment everything
|
||||
# in between the Start/End-Build From Source comments and comment everything in between the
|
||||
# Start/End-Install comments
|
||||
# Start/End-Install comments.
|
||||
# Start-Install
|
||||
- name: Install GitHub Event Processor
|
||||
run: >
|
||||
|
|
|
@ -108,6 +108,7 @@
|
|||
"northcentralus",
|
||||
"nostd",
|
||||
"NTSTATUS",
|
||||
"OIDC",
|
||||
"okhttp",
|
||||
"opentelemetry",
|
||||
"otel",
|
||||
|
|
|
@ -453,7 +453,7 @@ TEST(Context, PreCondition)
|
|||
|
||||
// Type-safe assert requires RTTI build
|
||||
#if defined(NDEBUG)
|
||||
// Release build won't provide assert msg
|
||||
// Release build won't provide an assert message
|
||||
ASSERT_DEATH(c2.TryGetValue<int>(key, value), "");
|
||||
#else
|
||||
ASSERT_DEATH(c2.TryGetValue<int>(key, value), "Type mismatch for Context::TryGetValue");
|
||||
|
|
Загрузка…
Ссылка в новой задаче