Skip to content

Commit 01ddde1

Browse files
authored
Update README.md
1 parent d83b983 commit 01ddde1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ export BITESTS_ARTIFACTORY_USERNAME=admin
1515
export BITESTS_ARTIFACTORY_PASSWORD=password
1616
export BITESTS_ARTIFACTORY_PIP_ENV=/Users/user/venv-test/bin
1717
```
18-
* Before running the tests, please make sure you have a generic repository named *tests* in Artifactory.
18+
Before running the tests:
19+
1. Create a generic repository named *tests* in Artifactory.
20+
2. Create a project with *btests* as its key in Artifactory.
1921

2022
### Building
2123
When running the following commands to build the code, the entire testing suite is also executed. See the *Testing* section for configuration instructions prior to running the tests.

build-info-extractor/src/test/java/org/jfrog/build/extractor/clientConfiguration/client/ArtifactoryManagerTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ public void sendBuildInfoAndBuildRetentioTest() throws IOException {
5151

5252
@Test
5353
public void sendBuildInfoWithProjectTest() throws IOException {
54-
doSendBuildInfoTest("jit");
55-
sendBuildRetention("jit");
54+
doSendBuildInfoTest("btests");
55+
sendBuildRetention("btests");
5656
}
5757

5858
private void doSendBuildInfoTest(String project) throws IOException {

0 commit comments

Comments
 (0)