Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[TEST] edit dd-smoke-tests/kafka-2/src/test/groovy/IastKafka2SmokeTes…
…t.groovy
  • Loading branch information
smola committed Aug 21, 2024
commit e420db6f76460c0e55618e49f7a43a353e2a1556
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class IastKafka2SmokeTest extends AbstractIastServerSmokeTest {
endpoint << ['json', 'string', 'byteArray', 'byteBuffer']
}

void 'test kafka #endpoint value source'() {
void 'test xxx kafka #endpoint value source'() {
setup:
final type = "${endpoint}_source_value"
final url = "http://localhost:${httpPort}/iast/kafka/$endpoint?type=${type}"
Expand Down